2003-02-12 01:57:20 +00:00
<Type Name= "EventDND" FullName= "Gdk.EventDND" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public sealed struct EventDND;" Maintainer= "auto" />
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
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:57:20 +00:00
<Attributes />
</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
<Docs >
2003-07-29 03:14:04 +00:00
<summary > Generated during DND operations.</summary>
2003-12-24 01:35:30 +00:00
<remarks >
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Base >
<BaseTypeName > System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
2004-02-26 18:46:28 +00:00
<Member MemberName= "Context" >
<MemberSignature Language= "C#" Value= "public Gdk.DragContext Context { get; };" />
<MemberType > Property</MemberType>
2003-02-12 01:57:20 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Gdk.DragContext</ReturnType>
2003-02-12 01:57:20 +00:00
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The <see cref= "T:Gdk.DragContext" /> for the current DND operation.</summary>
<returns > The Gdk.DragContext for the current DND operation.</returns>
<remarks > None.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "Time" >
<MemberSignature Language= "C#" Value= "public uint Time { get; };" />
<MemberType > Property</MemberType>
2003-02-12 01:57:20 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > System.UInt32</ReturnType>
2003-02-12 01:57:20 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters />
2003-02-12 01:57:20 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The time of the event in milliseconds.</summary>
<returns > The time of the event in milliseconds.</returns>
<remarks > None.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "XRoot" >
<MemberSignature Language= "C#" Value= "public short XRoot { get; };" />
2003-02-12 01:57:20 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > System.Int16</ReturnType>
2003-02-12 01:57:20 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters />
2003-02-12 01:57:20 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The x coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these).</summary>
<returns > The x coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these).</returns>
<remarks > None.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "YRoot" >
<MemberSignature Language= "C#" Value= "public short YRoot { get; };" />
2003-02-12 01:57:20 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > System.Int16</ReturnType>
2003-02-12 01:57:20 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters />
2003-02-12 01:57:20 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<summary > The y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these).</summary>
<returns > The y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these).</returns>
<remarks > None.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public EventDND (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-07-17 06:38:40 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Internal constructor.</summary>
<param name= "raw" > raw unmanaged pointer.</param>
<returns > A new <see cref= "T:Gdk.EventDND" /> </returns>
<remarks > This constructor is internal and should not be used.</remarks>
2003-07-17 06:38:40 +00:00
</Docs>
</Member>
2003-02-12 01:57:20 +00:00
</Members>
2004-05-27 19:02:19 +00:00
</Type>