GtkWindowClass

Members

Variables

GtkReserved1
void function() GtkReserved1;
GtkReserved2
void function() GtkReserved2;
GtkReserved3
void function() GtkReserved3;
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.

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

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

keysChanged
void function(GtkWindow* window) keysChanged;

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

parentClass
GtkBinClass parentClass;

The parent class.

setFocus
void function(GtkWindow* window, GtkWidget* focus) setFocus;

Sets child as the focus widget for the window.