Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkApplicationClass Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ padding

gpointer _GtkApplicationClass::padding[8]

Definition at line 67 of file gtkapplication.h.

◆ parent_class

GApplicationClass _GtkApplicationClass::parent_class

Definition at line 57 of file gtkapplication.h.

◆ window_added

void(* _GtkApplicationClass::window_added) (GtkApplication *application, GtkWindow *window)

Definition at line 61 of file gtkapplication.h.

◆ window_removed

void(* _GtkApplicationClass::window_removed) (GtkApplication *application, GtkWindow *window)

Definition at line 63 of file gtkapplication.h.


The documentation for this struct was generated from the following file: