Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventCrossing

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventCrossing
Struct : EventCrossing
Generated when the pointer enters or leaves a window.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventCrossing ()
Create a new Gdk.EventCrossing
Create a new Gdk.EventCrossing
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Widget
Signal
enter_notify_event (Widget self, EventCrossing event) : gboolean
The ::enter-notify-event will be emitted when the pointer enters
the widget's window.
Gtk.Widget
Signal
leave_notify_event (Widget self, EventCrossing event) : gboolean
The ::leave-notify-event will be emitted when the pointer leaves
the widget's window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:56 GMT+0800 (HKT)