GdlComboButton

GdlComboButton

Synopsis




                    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);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GdlComboButton

Implemented Interfaces

GdlComboButton implements GtkBuildable and AtkImplementorIface.

Signals


  "activate-default"                               : Run First

Description

Details

GdlComboButtonPrivate

typedef struct _GdlComboButtonPrivate GdlComboButtonPrivate;


GdlComboButton

typedef struct _GdlComboButton GdlComboButton;


gdl_combo_button_new ()

GtkWidget*          gdl_combo_button_new                (void);

Returns :

gdl_combo_button_set_icon ()

void                gdl_combo_button_set_icon           (GdlComboButton *combo_button,
                                                         GdkPixbuf *pixbuf);

combo_button :
pixbuf :

gdl_combo_button_set_label ()

void                gdl_combo_button_set_label          (GdlComboButton *combo_button,
                                                         const gchar *label);

combo_button :
label :

gdl_combo_button_set_menu ()

void                gdl_combo_button_set_menu           (GdlComboButton *combo_button,
                                                         GtkMenu *menu);

combo_button :
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.