Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventProximity

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventProximity
Struct : EventProximity
Proximity events are generated when using GDK's wrapper for the
XInput extension. The XInput extension is an add-on for standard X
that allows you to use nonstandard devices such as graphics tablets.
A proximity event indicates that the stylus has moved in or out of
contact with the tablet, or perhaps that the user's finger has moved
in or out of contact with a touch screen.
This event type will be used pretty rarely. It only is important for
XInput aware programs that are drawing their own cursor.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventProximity ()
Create a new Gdk.EventProximity
Create a new Gdk.EventProximity
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Widget
Signal
proximity_in_event (Widget self, EventProximity event) : gboolean
To receive this signal the GdkWindow associated to the widget needs
to enable the GDK_PROXIMITY_IN_MASK mask.
Gtk.Widget
Signal
proximity_out_event (Widget self, EventProximity event) : gboolean
To receive this signal the GdkWindow associated to the widget needs
to enable the GDK_PROXIMITY_OUT_MASK mask.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:57 GMT+0800 (HKT)