Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkcombobox.h>
Data Fields | |
GtkWidgetClass | parent_class |
void(* | changed )(GtkComboBox *combo_box) |
char *(* | format_entry_text )(GtkComboBox *combo_box, const char *path) |
void(* | activate )(GtkComboBox *combo_box) |
gpointer | padding [7] |
GtkComboBoxClass: @parent_class: The parent class. @changed: Signal is emitted when the active item is changed. @format_entry_text: Signal which allows you to change how the text displayed in a combo box’s entry is displayed.
Definition at line 52 of file gtkcombobox.h.
void(* _GtkComboBoxClass::activate) (GtkComboBox *combo_box) |
Definition at line 62 of file gtkcombobox.h.
void(* _GtkComboBoxClass::changed) (GtkComboBox *combo_box) |
Definition at line 59 of file gtkcombobox.h.
char *(* _GtkComboBoxClass::format_entry_text) (GtkComboBox *combo_box, const char *path) |
Definition at line 60 of file gtkcombobox.h.
gpointer _GtkComboBoxClass::padding[7] |
Definition at line 66 of file gtkcombobox.h.
GtkWidgetClass _GtkComboBoxClass::parent_class |
Definition at line 54 of file gtkcombobox.h.