Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkbutton.h>
Data Fields | |
GtkWidgetClass | parent_class |
void(* | clicked )(GtkButton *button) |
void(* | activate )(GtkButton *button) |
gpointer | padding [8] |
GtkButtonClass: @parent_class: The parent class. @clicked: Signal emitted when the button has been activated (pressed and released). @activate: Signal that causes the button to animate press then release. Applications should never connect to this signal, but use the @clicked signal.
Definition at line 61 of file gtkbutton.h.
void(* _GtkButtonClass::activate) (GtkButton *button) |
Definition at line 68 of file gtkbutton.h.
void(* _GtkButtonClass::clicked) (GtkButton *button) |
Definition at line 67 of file gtkbutton.h.
gpointer _GtkButtonClass::padding[8] |
Definition at line 72 of file gtkbutton.h.
GtkWidgetClass _GtkButtonClass::parent_class |
Definition at line 63 of file gtkbutton.h.