![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gtkextra.h> GtkComboButton; GtkWidget * gtk_combo_button_new (void); void gtk_combo_button_hide_popdown_window (GtkComboButton *combo_button);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GtkComboButton +----GtkBorderCombo +----GtkColorCombo +----GtkToggleCombo
GtkComboButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _GtkComboButton GtkComboButton;
The GtkComboButton struct contains only private data. It should only be accessed through the functions described below.
void gtk_combo_button_hide_popdown_window (GtkComboButton *combo_button);
Hides the popdown window of pressed GtkComboButton.
|
the GtkComboButton widget. |