Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkwindow.h>
Data Fields | |
GtkWidgetClass | parent_class |
void(* | activate_focus )(GtkWindow *window) |
void(* | activate_default )(GtkWindow *window) |
void(* | keys_changed )(GtkWindow *window) |
gboolean(* | enable_debugging )(GtkWindow *window, gboolean toggle) |
gboolean(* | close_request )(GtkWindow *window) |
gpointer | padding [8] |
GtkWindowClass: @parent_class: The parent class. @activate_focus: Activates the current focused widget within the window. @activate_default: Activates the default widget for the window. @keys_changed: Signal gets emitted when the set of accelerators or mnemonics that are associated with window changes. @enable_debugging: Class handler for the GtkWindow::enable-debugging
keybinding signal. @close_request: Class handler for the GtkWindow::close-request
signal.
Definition at line 66 of file gtkwindow.h.
void(* _GtkWindowClass::activate_default) (GtkWindow *window) |
Definition at line 75 of file gtkwindow.h.
void(* _GtkWindowClass::activate_focus) (GtkWindow *window) |
Definition at line 74 of file gtkwindow.h.
Definition at line 79 of file gtkwindow.h.
Definition at line 77 of file gtkwindow.h.
void(* _GtkWindowClass::keys_changed) (GtkWindow *window) |
Definition at line 76 of file gtkwindow.h.
gpointer _GtkWindowClass::padding[8] |
Definition at line 82 of file gtkwindow.h.
GtkWidgetClass _GtkWindowClass::parent_class |
Definition at line 68 of file gtkwindow.h.