2003-07-17 06:35:10 +00:00
<Type Name= "EventHelper" FullName= "Gdk.EventHelper" >
<TypeSignature Language= "C#" Value= "public class EventHelper" Maintainer= "auto" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit EventHelper extends System.Object" />
2003-07-17 06:35:10 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-07-17 06:35:10 +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>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
2011-11-09 16:01:51 +00:00
<Docs >
<summary > A utility class that contains methods that operate on Event classes.</summary>
<remarks > This class contains static methods.</remarks>
</Docs>
2003-07-17 06:35:10 +00:00
<Members >
2011-11-09 16:01:51 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public EventHelper ();" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
<summary > This constructor is never used.</summary>
<remarks > This class contains only static methods, and this constructor should never be used.</remarks>
</Docs>
</Member>
2003-07-17 06:35:10 +00:00
<Member MemberName= "Copy" >
<MemberSignature Language= "C#" Value= "public static Gdk.Event Copy (Gdk.Event evnt);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Event Copy(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Gdk.Event</ReturnType>
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<param name= "evnt" > The <see cref= "T:Gdk.Event" /> to copy.</param>
2011-11-09 16:01:51 +00:00
<summary > Copies a <see cref= "T:Gdk.Event" /> .</summary>
2004-06-29 04:45:04 +00:00
<returns > The copied <see cref= "T:Gdk.Event" /> .</returns>
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Free" >
<MemberSignature Language= "C#" Value= "public static void Free (Gdk.Event evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void Free(class Gdk.Event evnt) cil managed" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
<Docs >
<param name= "evnt" >
<see cref= "T:Gdk.Event" /> to free.</param>
<summary > Frees a <see cref= "T:Gdk.Event" /> .</summary>
<remarks > This should only be called with events returned from functions such as <see cref= "M:Gdk.EventHelper.Peek" /> , <see cref= "M:Gdk.EventHelper.Get" /> , <see cref= "M:Gdk.EventHelper.GetGraphicsExpose" /> and <see cref= "M:Gdk.EventHelper.Copy" /> .</remarks>
</Docs>
</Member>
2003-07-17 06:35:10 +00:00
<Member MemberName= "Get" >
<MemberSignature Language= "C#" Value= "public static Gdk.Event Get ();" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Event Get() cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Gdk.Event</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Checks all open displays for a <see cref= "T:Gdk.Event" /> to process, fetching events from the windowing system if necessary. See <see cref= "P:Gdk.Display.Event" /> .</summary>
<returns > The next <see cref= "T:Gdk.Event" /> to be processed, or null if no events are pending. The returned <see cref= "T:Gdk.Event" /> should be freed with <see cref= "M:Gdk.EventHelper.Free" /> .</returns>
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetAxis" >
<MemberSignature Language= "C#" Value= "public static bool GetAxis (Gdk.Event evnt, Gdk.AxisUse axis_use, out double value);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig bool GetAxis(class Gdk.Event evnt, valuetype Gdk.AxisUse axis_use, float64 value) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Boolean</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
2011-11-09 16:01:51 +00:00
<Parameter Name= "axis_use" Type= "Gdk.AxisUse" />
<Parameter Name= "value" Type= "System.Double&" RefType= "out" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
2011-11-09 16:01:51 +00:00
<param name= "axis_use" > The axis use to look for.</param>
<param name= "value" > The value found.</param>
<summary > Extract the axis value for a particular axis use from an event.</summary>
<returns > True if the specified axis was found, otherwise false.</returns>
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetCoords" >
<MemberSignature Language= "C#" Value= "public static bool GetCoords (Gdk.Event evnt, out double x_win, out double y_win);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig bool GetCoords(class Gdk.Event evnt, float64 x_win, float64 y_win) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Boolean</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
2011-11-09 16:01:51 +00:00
<Parameters >
<Parameter Name= "evnt" Type= "Gdk.Event" />
<Parameter Name= "x_win" Type= "System.Double&" RefType= "out" />
<Parameter Name= "y_win" Type= "System.Double&" RefType= "out" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
<param name= "x_win" > Event window x coordinate.</param>
<param name= "y_win" > Event window y coordinate.</param>
<summary > Extract the event window relative x/y coordinates from an event.</summary>
<returns > True if the event delivered event coordinates.</returns>
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetDevice" >
<MemberSignature Language= "C#" Value= "public static Gdk.Device GetDevice (Gdk.Event evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Device GetDevice(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gdk.Device</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetRootCoords" >
<MemberSignature Language= "C#" Value= "public static bool GetRootCoords (Gdk.Event evnt, out double x_root, out double y_root);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig bool GetRootCoords(class Gdk.Event evnt, float64 x_root, float64 y_root) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
2011-11-09 16:01:51 +00:00
<Parameter Name= "x_root" Type= "System.Double&" RefType= "out" />
<Parameter Name= "y_root" Type= "System.Double&" RefType= "out" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
<param name= "x_root" > Root window x coordinate.</param>
<param name= "y_root" > Root window y coordinate.</param>
<summary > Extract the root window relative x/y coordinates from an event.</summary>
<returns > True if the event delivered root window coordinates.</returns>
2004-06-29 04:45:04 +00:00
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetScreen" >
<MemberSignature Language= "C#" Value= "public static Gdk.Screen GetScreen (Gdk.Event evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Screen GetScreen(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gdk.Screen</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
<summary > Returns the screen for the event. The screen is typically the screen for <see cref= "P:Gdk.Event.Window" /> , but for events such as mouse events, it is the screen where the pointer was when the event occurs.</summary>
<returns > The <see cref= "T:Gdk.Screen" /> for the event.</returns>
<remarks > To be added</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetSourceDevice" >
<MemberSignature Language= "C#" Value= "public static Gdk.Device GetSourceDevice (Gdk.Event evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Device GetSourceDevice(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gdk.Device</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GetState" >
<MemberSignature Language= "C#" Value= "public static bool GetState (Gdk.Event evnt, out Gdk.ModifierType state);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig bool GetState(class Gdk.Event evnt, valuetype Gdk.ModifierType state) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
2011-11-09 16:01:51 +00:00
<Parameter Name= "state" Type= "Gdk.ModifierType&" RefType= "out" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> or null.</param>
<param name= "state" > The <see cref= "T:Gdk.ModifierType" /> of the event.</param>
<summary > If the event contains a "state" field, puts that field in state. Otherwise stores an empty state (0).</summary>
<returns > True if there was a state field in the event.</returns>
<remarks > To be added</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
<Member MemberName= "GetTime" >
<MemberSignature Language= "C#" Value= "public static uint GetTime (Gdk.Event evnt);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig unsigned int32 GetTime(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.UInt32</ReturnType>
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
2011-11-09 16:01:51 +00:00
<summary > Returns the time stamp from event, if there is one. Otherwise returns the current time. If event is null, returns the current time..</summary>
2004-06-29 04:45:04 +00:00
<returns > Time stamp field from event.</returns>
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property valuetype GLib.GType GType" />
<MemberType > Property</MemberType>
2003-07-17 06:35:10 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > GLib.GType</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
2011-11-09 16:01:51 +00:00
<Parameters />
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<summary > GType Property.</summary>
<value > a <see cref= "T:GLib.GType" /> </value>
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Gdk.EventHelper" /> .</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "New" >
<MemberSignature Language= "C#" Value= "public static Gdk.Event New (Gdk.EventType type);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Event New(valuetype Gdk.EventType type) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gdk.Event</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "type" Type= "Gdk.EventType" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "type" > A <see cref= "T:Gdk.EventType" /> </param>
<summary > Creates a new event of the given type. All fields are set to 0.</summary>
<returns > A <see cref= "T:Gdk.Event" /> </returns>
<remarks > The returned event should be freed with <see cref= "M:Gdk.EventHelper.Free" /> .</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Peek" >
<MemberSignature Language= "C#" Value= "public static Gdk.Event Peek ();" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig class Gdk.Event Peek() cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > Gdk.Event</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
2003-10-28 00:48:23 +00:00
<Parameters />
<Docs >
2011-11-09 16:01:51 +00:00
<summary > If there is an event waiting in the event queue of some open display, returns a copy of it. See <see cref= "M:Gdk.Display.PeekEvent" /> .</summary>
<returns > A copy of the first <see cref= "T:Gdk.Event" /> on some event queue, or null if no events are in any queues.</returns>
<remarks > The returned <see cref= "T:Gdk.Event" /> should be freed with <see cref= "M:Gdk.EventHelper.Free" /> .</remarks>
2003-10-28 00:48:23 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "Put" >
<MemberSignature Language= "C#" Value= "public static void Put (Gdk.Event evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void Put(class Gdk.Event evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Void</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2003-07-29 03:40:12 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
2011-11-09 16:01:51 +00:00
<summary > Appends a copy of the given event onto the front of the event queue for <see cref= "P:Gdk.Event.Window" /> 's display, or the default queue if that window is null. See <see cref= "M:Gdk.Display.PutEvent" /> .</summary>
2004-06-29 04:45:04 +00:00
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "RequestMotions" >
<MemberSignature Language= "C#" Value= "public static void RequestMotions (Gdk.EventMotion evnt);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void RequestMotions(class Gdk.EventMotion evnt) cil managed" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Void</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "evnt" Type= "Gdk.EventMotion" />
2003-07-29 03:40:12 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > A MotionNotify event.</param>
<summary > Requests additional motion notify events.</summary>
<remarks />
<since version= "Gtk# 2.12" />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "SetDevice" >
<MemberSignature Language= "C#" Value= "public static void SetDevice (Gdk.Event evnt, Gdk.Device device);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void SetDevice(class Gdk.Event evnt, class Gdk.Device device) cil managed" />
2003-10-28 00:48:23 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Void</ReturnType>
2003-10-28 00:48:23 +00:00
</ReturnValue>
<Parameters >
<Parameter Name= "evnt" Type= "Gdk.Event" />
2011-11-09 16:01:51 +00:00
<Parameter Name= "device" Type= "Gdk.Device" />
2003-10-28 00:48:23 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > To be added.</param>
<param name= "device" > To be added.</param>
<summary > To be added.</summary>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "SetScreen" >
<MemberSignature Language= "C#" Value= "public static void SetScreen (Gdk.Event evnt, Gdk.Screen screen);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void SetScreen(class Gdk.Event evnt, class Gdk.Screen screen) cil managed" />
2003-10-28 00:48:23 +00:00
<MemberType > Method</MemberType>
2003-07-17 06:35:10 +00:00
<ReturnValue >
2011-11-09 16:01:51 +00:00
<ReturnType > System.Void</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
2003-10-28 00:48:23 +00:00
<Parameters >
<Parameter Name= "evnt" Type= "Gdk.Event" />
2011-11-09 16:01:51 +00:00
<Parameter Name= "screen" Type= "Gdk.Screen" />
2003-10-28 00:48:23 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-29 04:45:04 +00:00
<param name= "evnt" > A <see cref= "T:Gdk.Event" /> </param>
2011-11-09 16:01:51 +00:00
<param name= "screen" > A <see cref= "T:Gdk.Screen" /> </param>
<summary > Sets the screen for event to screen. The event must have been allocated by GTK+, for instance, by <see cref= "M:Gdk.EventHelper.Copy" /> .</summary>
2004-06-29 04:45:04 +00:00
<remarks > None.</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "SetSourceDevice" >
<MemberSignature Language= "C#" Value= "public static void SetSourceDevice (Gdk.Event evnt, Gdk.Device device);" />
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void SetSourceDevice(class Gdk.Event evnt, class Gdk.Device device) cil managed" />
2008-02-06 22:53:56 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2011-11-09 16:01:51 +00:00
<Parameter Name= "evnt" Type= "Gdk.Event" />
<Parameter Name= "device" Type= "Gdk.Device" />
2008-02-06 22:53:56 +00:00
</Parameters>
<Docs >
2011-11-09 16:01:51 +00:00
<param name= "evnt" > To be added.</param>
<param name= "device" > To be added.</param>
<summary > To be added.</summary>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2008-02-06 22:53:56 +00:00
</Docs>
</Member>
2003-07-17 06:35:10 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>