Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkapplication.h>
Data Fields | |
GApplicationClass | parent_class |
void(* | window_added )(GtkApplication *application, GtkWindow *window) |
void(* | window_removed )(GtkApplication *application, GtkWindow *window) |
gpointer | padding [8] |
GtkApplicationClass: @parent_class: The parent class. @window_added: Signal emitted when a GtkWindow
is added to application through gtk_application_add_window(). @window_removed: Signal emitted when a GtkWindow
is removed from application, either as a side-effect of being destroyed or explicitly through gtk_application_remove_window().
Definition at line 55 of file gtkapplication.h.
gpointer _GtkApplicationClass::padding[8] |
Definition at line 67 of file gtkapplication.h.
GApplicationClass _GtkApplicationClass::parent_class |
Definition at line 57 of file gtkapplication.h.
void(* _GtkApplicationClass::window_added) (GtkApplication *application, GtkWindow *window) |
Definition at line 61 of file gtkapplication.h.
void(* _GtkApplicationClass::window_removed) (GtkApplication *application, GtkWindow *window) |
Definition at line 63 of file gtkapplication.h.