| GDL Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
GdlComboButtonPrivate;
GdlComboButton;
GtkWidget * gdl_combo_button_new (void);
void gdl_combo_button_set_icon (GdlComboButton *combo_button,
GdkPixbuf *pixbuf);
void gdl_combo_button_set_label (GdlComboButton *combo_button,
const gchar *label);
void gdl_combo_button_set_menu (GdlComboButton *combo_button,
GtkMenu *menu);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkHBox
+----GdlComboButton
GdlComboButton implements GtkOrientable, AtkImplementorIface and GtkBuildable.
void gdl_combo_button_set_icon (GdlComboButton *combo_button, GdkPixbuf *pixbuf);
|
|
|
void gdl_combo_button_set_label (GdlComboButton *combo_button, const gchar *label);
|
|
|
void gdl_combo_button_set_menu (GdlComboButton *combo_button, GtkMenu *menu);
|
|
|
"activate-default" signalvoid user_function (GdlComboButton *gdlcombobutton, gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |