2003-07-18 02:50:06 +00:00
<Type Name= "DestDefaults" FullName= "Gtk.DestDefaults" >
2003-07-25 23:48:06 +00:00
<TypeSignature Language= "C#" Value= "public enum DestDefaults" Maintainer= "Jonathan Kessler (Jwkpiano1@comcast.net)" />
2003-07-18 02:50:06 +00:00
<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 >
2003-07-25 23:48:06 +00:00
<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>
2003-07-18 02:50:06 +00:00
</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 >
2003-07-25 23:48:06 +00:00
<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>
2003-07-18 02:50:06 +00:00
</Docs>
</Member>
<Member MemberName= "Highlight" >
<MemberSignature Language= "C#" Value= "Highlight" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters > </Parameters>
<Docs >
2003-07-25 23:48:06 +00:00
<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>
2003-07-18 02:50:06 +00:00
</Docs>
</Member>
<Member MemberName= "Drop" >
<MemberSignature Language= "C#" Value= "Drop" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters > </Parameters>
<Docs >
2003-07-25 23:48:06 +00:00
<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
2003-07-26 04:07:52 +00:00
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" /> .
2003-07-25 23:48:06 +00:00
</summary>
2003-07-26 04:07:52 +00:00
<remarks > </remarks>
2003-07-18 02:50:06 +00:00
</Docs>
</Member>
<Member MemberName= "All" >
<MemberSignature Language= "C#" Value= "All" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.DestDefaults</ReturnType>
</ReturnValue>
<Parameters > </Parameters>
<Docs >
2003-07-25 23:48:06 +00:00
<summary > If set, specifies that all default actions should be taken.</summary>
<remarks > </remarks>
2003-07-18 02:50:06 +00:00
</Docs>
</Member>
<Member MemberName= "value__" >
<MemberSignature Language= "C#" Value= "value__" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters > </Parameters>
<Docs >
<summary > To be added</summary>
<remarks > To be added</remarks>
</Docs>
</Member>
</Members>
</Type>