gdk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Used for button press and button release events.
Used for button press and button release events. The type
field will be one of ,
,
,
and
Double and triple-clicks result in a sequence of events being received. For double-clicks the order of events will be:
Note that the first click is received just like a normal
button press, while the second click results in a
being received just after the
. Triple-clicks are very similar to
double-clicks, except that is inserted after
the third click. The order of the events is:
For a double click to occur, the second button press must
occur within 1/4 of a second of the first. For a triple click
to occur, the third button press must also occur within 1/2
second of the first button press.
System.ValueTypeFieldGdk.EventButtonTo be addedTo be addedFieldGdk.EventTypeTo be addedTo be addedFieldSystem.IntPtrTo be addedTo be addedFieldSystem.UInt32To be addedTo be addedFieldSystem.DoubleTo be addedTo be addedFieldSystem.DoubleTo be addedTo be addedFieldSystem.IntPtrTo be addedTo be addedFieldSystem.UInt32To be addedTo be addedFieldSystem.UInt32To be addedTo be addedFieldSystem.IntPtrTo be addedTo be addedFieldSystem.DoubleTo be addedTo be addedFieldSystem.DoubleTo be addedTo be addedMethodGdk.EventButtonTo be added
To be added: an object of type 'IntPtr'
To be added: an object of type 'Gdk.EventButton'To be addedPropertyGdk.DeviceTo be added
To be added: an object of type 'Gdk.Device'
To be added: an object of type 'Gdk.Device'To be addedPropertyGdk.Windowthe window which received the event.
the window which received the event.
the window which received the event.FieldSystem.SByteTRUE if the event was sent explicitly (e.g. using XSendEvent).