Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventAny

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventAny
Struct : EventAny
Contains the fields which are common to all event structs.
Any event pointer can safely be cast to a pointer to a GdkEventAny to
access these fields.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventAny ()
Create a new Gdk.EventAny
Create a new Gdk.EventAny
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Widget
Signal
map_event (Widget self, EventAny event) : gboolean
The ::map-event signal will be emitted when the widget's window is
mapped.
Gtk.Widget
Signal
unmap_event (Widget self, EventAny event) : gboolean
The ::unmap-event signal will be emitted when the widget's window is
unmapped.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:56 GMT+0800 (HKT)