Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkdialog.h>
Data Fields | |
GtkWindowClass | parent_class |
void(* | response )(GtkDialog *dialog, int response_id) |
void(* | close )(GtkDialog *dialog) |
gpointer | padding [8] |
GtkDialogClass: @parent_class: The parent class. @response: Signal emitted when an action widget is activated. @close: Signal emitted when the user uses a keybinding to close the dialog.
Definition at line 109 of file gtkdialog.h.
void(* _GtkDialogClass::close) (GtkDialog *dialog) |
Definition at line 119 of file gtkdialog.h.
gpointer _GtkDialogClass::padding[8] |
Definition at line 123 of file gtkdialog.h.
GtkWindowClass _GtkDialogClass::parent_class |
Definition at line 111 of file gtkdialog.h.
void(* _GtkDialogClass::response) (GtkDialog *dialog, int response_id) |
Definition at line 115 of file gtkdialog.h.