2003-02-12 01:57:20 +00:00
<Type Name= "DragAction" FullName= "Gdk.DragAction" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public enum DragAction" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi sealed DragAction extends System.Enum" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:57:20 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:57:20 +00:00
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
2005-05-23 20:41:51 +00:00
<Attributes >
<Attribute >
2007-01-16 15:28:18 +00:00
<AttributeName > GLib.GType(typeof(Gdk.DragActionGType))</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
<Attribute >
<AttributeName > System.Flags</AttributeName>
</Attribute>
</Attributes>
2011-11-09 16:01:51 +00:00
<Docs >
<summary > Used in <see cref= "T:Gdk.DragContext" /> to indicate what the destination should do with the dropped data.</summary>
<remarks > None.</remarks>
</Docs>
2003-02-12 01:57:20 +00:00
<Members >
2011-11-09 16:01:51 +00:00
<Member MemberName= "Ask" >
<MemberSignature Language= "C#" Value= "Ask" />
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Ask = int32(32)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2011-11-09 16:01:51 +00:00
<summary > Ask t user what to do with the data.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "Copy" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Copy" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Copy = int32(2)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Copy the data.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Default" >
<MemberSignature Language= "C#" Value= "Default" />
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Default = int32(1)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2011-11-09 16:01:51 +00:00
<summary > The default action. The same as the Copy action.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "Link" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Link" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Link = int32(8)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Add a link to the data. Note that this is only useful if source and destination agree on what it means.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Move" >
<MemberSignature Language= "C#" Value= "Move" />
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Move = int32(4)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2011-11-09 16:01:51 +00:00
<summary > Move the data, i.e. first copy it, then delete it from the source using the DELETE targetof the X selection protocol.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Private" >
<MemberSignature Language= "C#" Value= "Private" />
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gdk.DragAction Private = int32(16)" />
2003-02-12 01:57:20 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gdk.DragAction</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2011-11-09 16:01:51 +00:00
<summary > Special action which tells the source that the destination will do something that the source doesn't understand.</summary>
2004-06-29 16:25:31 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>