Ryujinx-GtkSharp/doc/en/Gtk/DestDefaults.xml
Mike Kestner 07fc84a409 2004-06-24 Mike Kestner <mkestner@ximian.com>
* 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
2004-06-24 16:16:19 +00:00

127 lines
4.0 KiB
XML

<Type Name="DestDefaults" FullName="Gtk.DestDefaults">
<TypeSignature Language="C#" Value="public enum DestDefaults" Maintainer="Jonathan Kessler (Jwkpiano1@comcast.net)" />
<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>
An enumeration to specify the various courses of action that
will be taken on behalf of the user for a destination site of a
drag and drop operation.
</summary>
<remarks>
</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>
<Attribute>
<AttributeName>System.FlagsAttribute</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName="Motion">
<MemberSignature Language="C#" Value="Motion" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>
If set for a widget, during a drag, Gtk+ will check if the
drag matches this widget's list of possible targets and
actions.
</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Highlight">
<MemberSignature Language="C#" Value="Highlight" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>
If set for a widget, Gtk+ will draw a highlight on this
widget as long as a drag is over this widget and the widget
drag format and action are acceptable.
</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Drop">
<MemberSignature Language="C#" Value="Drop" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>
If set for a widget when a drop occurs, Gtk+ will check if
the drag matches this widget's list of possible targets and
actions. If so, Gtk+ will call <see cref="M:Gtk.Drag.GetData" /> on behalf of the
widget. Whether or not the drop is successful, Gtk+ will
call <see cref="M:Gtk.Drag.Finish" />. If the drag was
successful, then true will be passed for the del parameter
to <see cref="M:Gtk.Drag.Finish" />.
</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="All">
<MemberSignature Language="C#" Value="All" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>If set, specifies that all default actions should be taken.</summary>
<remarks>
</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>