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