GtkWindowClass

Members

Variables

activateDefault
void function(GtkWindow* window) activateDefault;

Activates the default widget for the window.

activateFocus
void function(GtkWindow* window) activateFocus;

Activates the current focused widget within the window.

closeRequest
bool function(GtkWindow* window) closeRequest;

Class handler for the GtkWindow::close-request signal.

enableDebugging
bool function(GtkWindow* window, bool toggle) enableDebugging;

Class handler for the GtkWindow::enable-debugging keybinding signal.

keysChanged
void function(GtkWindow* window) keysChanged;

Signal gets emitted when the set of accelerators or mnemonics that are associated with window changes.

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

The parent class.