Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkentry.h>
Data Fields | |
GtkWidgetClass | parent_class |
void(* | activate )(GtkEntry *entry) |
gpointer | padding [8] |
GtkEntryClass: @parent_class: The parent class. @activate: Class handler for the GtkEntry::activate
signal. The default implementation activates the gtk.activate-default action.
Class structure for GtkEntry
. All virtual functions have a default implementation. Derived classes may set the virtual function pointers for the signal handlers to NULL, but must keep @get_text_area_size and @get_frame_size non-NULL; either use the default implementation, or provide a custom one.
Definition at line 86 of file gtkentry.h.
void(* _GtkEntryClass::activate) (GtkEntry *entry) |
Definition at line 92 of file gtkentry.h.
gpointer _GtkEntryClass::padding[8] |
Definition at line 96 of file gtkentry.h.
GtkWidgetClass _GtkEntryClass::parent_class |
Definition at line 88 of file gtkentry.h.