Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Application

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkApplication
Class : Application
Implements: Gio.ActionGroup
Extends: Gio.Application
GtkApplication is a class that handles many important aspects
of a GTK+ application in a convenient fashion, without enforcing
a one-size-fits-all application model.
Currently, GtkApplication handles GTK+ initialization, application
uniqueness, provides some basic scriptability by exporting 'actions',
and manages a list of toplevel windows whose life-cycle is automatically
tied to the life-cycle of your application.
A simple application


FIXME: MISSING XINCLUDE CONTENT


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.Window
Property
application : Gtk.Application
The GtkApplication associated with the window.
Gtk.Window
Method
get_application () : Gtk.Application
Gets the GtkApplication associated with the window (if any).
Gtk.Window
Method
set_application (Application application) : none
Sets or unsets the GtkApplication associated with the window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:12:02 GMT+0800 (HKT)