Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventFocus

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventFocus
Struct : EventFocus
Describes a change of keyboard focus.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventFocus ()
Create a new Gdk.EventFocus
Create a new Gdk.EventFocus
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Widget
Signal
focus_in_event (Widget self, EventFocus event) : gboolean
The ::focus-in-event signal will be emitted when the keyboard focus
enters the widget's window.
Gtk.Widget
Signal
focus_out_event (Widget self, EventFocus event) : gboolean
The ::focus-out-event signal will be emitted when the keyboard focus
leaves the widget's window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:57 GMT+0800 (HKT)