Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Object

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkObject
Class : Object
Extends: GObject.InitiallyUnowned
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.bindings_activate (Object object, Number keyval, ModifierType modifiers) : Boolean
Find a key binding matching keyval and modifiers and activate the binding on object.
Gtk
Method
Gtk.bindings_activate_event (Object object, EventKey event) : Boolean
Looks up key bindings for object to find one matching
Gtk
Method
Gtk.quit_add_destroy (Number main_level, Object object) : none
Gtk
Method
Gtk.signal_compat_matched (Object object, Function func, void* data, SignalMatchType match, Number action) : none
Gtk
Method
Gtk.signal_connect_full (Object object, String name, Function func, Function unsupported, void* data, Function destroy_func, Number object_signal, Number after) : Number
Gtk
Method
Gtk.signal_connect_object_while_alive (Object object, String name, Function func, Object alive_object) : none
Gtk
Method
Gtk.signal_connect_while_alive (Object object, String name, Function func, void* func_data, Object alive_object) : none
Gtk
Method
Gtk.signal_emit_stop_by_name (Object object, String name) : none
Gtk
Method
Gtk.signal_emitv (Object object, Number signal_id, Arg args) : none
Gtk
Method
Gtk.signal_emitv_by_name (Object object, String name, Arg args) : none
Gtk.BindingSet
Method
activate (Number keyval, ModifierType modifiers, Object object) : Boolean
Find a key binding matching keyval and modifiers within
Gtk.TextLayout
Signal
allocate_child (TextLayout self, Object object, Number p0, Number p1) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:23 GMT+0800 (HKT)