GtkCombobox - combobox widget for gtk+
GtkType |
gtk_combobox_get_type |
(void); |
GtkWidget * |
gtk_combobox_new |
(void); |
void | gtk_combobox_hide_popdown_window | (GtkComboBox *combobox); |
GtkObject |
|
No signals |
It is a composite widget with two buttons, one with an arrow to display a popdown window where you can pack whatever you want, from a calendar to a clist. |
struct _GtkComboBox { |
a text entry field with a dropdown list.