mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 10:45:32 +00:00
07fc84a409
* en/*/*.xml : add back the enumtype Value__ fields with "Do not use" docs. Monodoc doesn't show these nodes as fields, but needs them for non-int enums. svn path=/trunk/gtk-sharp/; revision=30320
82 lines
2.9 KiB
XML
82 lines
2.9 KiB
XML
<Type Name="DialogFlags" FullName="Gtk.DialogFlags">
|
|
<TypeSignature Language="C#" Maintainer="John Luke" Value="public enum DialogFlags;" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<AssemblyCulture>neutral</AssemblyCulture>
|
|
<Attributes />
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Docs>
|
|
<summary>Flags used in <see cref="T:Gtk.Dialog" /> creation.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Enum</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.IComparable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IConvertible</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IFormattable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName="Modal">
|
|
<MemberSignature Language="C#" Value="Modal" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.DialogFlags</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Sets the property <see cref="P:Gtk.Window.Modal" /> = <see langword="true" /> for the <see cref="Gtk.Dialog" />.</summary>
|
|
<remarks>Sets the property <see cref="P:Gtk.Window.Modal" /> = <see langword="true" /> for the <see cref="Gtk.Dialog" />.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="DestroyWithParent">
|
|
<MemberSignature Language="C#" Value="DestroyWithParent" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.DialogFlags</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Destroying the parent <see cref="T:Gtk.Window" /> will also destroy the <see cref="T:Gtk.Dialog" />.</summary>
|
|
<remarks>Destroying the parent <see cref="T:Gtk.Window" /> will also destroy the <see cref="T:Gtk.Dialog" />.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="NoSeparator">
|
|
<MemberSignature Language="C#" Value="NoSeparator" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.DialogFlags</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>No separator bar above the buttons.</summary>
|
|
<remarks>No separator bar above the buttons.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="value__">
|
|
<MemberSignature Language="C#" Value="value__" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Internal field.</summary>
|
|
<remarks>Do not use.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |