Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtknativedialog.h>
Data Fields | |
GObjectClass | parent_class |
void(* | response )(GtkNativeDialog *self, int response_id) |
void(* | show )(GtkNativeDialog *self) |
void(* | hide )(GtkNativeDialog *self) |
void(* | _gtk_reserved1 )(void) |
void(* | _gtk_reserved2 )(void) |
void(* | _gtk_reserved3 )(void) |
void(* | _gtk_reserved4 )(void) |
GtkNativeDialogClass: @response: class handler for the GtkNativeDialog::response
signal
Class structure for GtkNativeDialog
.
Definition at line 40 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::_gtk_reserved1) (void) |
Definition at line 53 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::_gtk_reserved2) (void) |
Definition at line 54 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::_gtk_reserved3) (void) |
Definition at line 55 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::_gtk_reserved4) (void) |
Definition at line 56 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::hide) (GtkNativeDialog *self) |
Definition at line 50 of file gtknativedialog.h.
GObjectClass _GtkNativeDialogClass::parent_class |
Definition at line 43 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::response) (GtkNativeDialog *self, int response_id) |
Definition at line 46 of file gtknativedialog.h.
void(* _GtkNativeDialogClass::show) (GtkNativeDialog *self) |
Definition at line 49 of file gtknativedialog.h.