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>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2003-07-18 02:50:06 +00:00
</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>
2003-12-24 01:35:30 +00:00
<remarks >
</remarks>
2003-07-18 02:50:06 +00:00
</Docs>
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
<Attributes >
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.GType(typeof(Gtk.DestDefaultsGType))</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
<Attribute >
<AttributeName > System.Flags</AttributeName>
2003-07-18 02:50:06 +00:00
</Attribute>
</Attributes>
<Members >
<Member MemberName= "Motion" >
<MemberSignature Language= "C#" Value= "Motion" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.DestDefaults</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-07-18 02:50:06 +00:00
<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>
2003-12-24 01:35:30 +00:00
<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>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-07-18 02:50:06 +00:00
<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>
2003-12-24 01:35:30 +00:00
<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>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-07-18 02:50:06 +00:00
<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-12-24 01:35:30 +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>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-07-18 02:50:06 +00:00
<Docs >
2003-07-25 23:48:06 +00:00
<summary > If set, specifies that all default actions should be taken.</summary>
2003-12-24 01:35:30 +00:00
<remarks >
</remarks>
2003-07-18 02:50:06 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>