GtkApplicationClass

Members

Variables

padding
void*[8] padding;
parentClass
GApplicationClass parentClass;

The parent class.

windowAdded
void function(GtkApplication* application, GtkWindow* window) windowAdded;

Signal emitted when a gtk.window.Window is added to application through gtk.application.Application.addWindow.

windowRemoved
void function(GtkApplication* application, GtkWindow* window) windowRemoved;

Signal emitted when a gtk.window.Window is removed from application, either as a side-effect of being destroyed or explicitly through gtk.application.Application.removeWindow.