summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-02-17 20:48:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-17 20:48:25 +0000
commitb46824dfc8499c255959ce6763b913a0fb34677d (patch)
treef7d55b1f394a28a9922747202675060706297e08 /gtk/gtkcombobox.h
parent9d843deb46a842ca1b58f74f2264d9bcdb9e57ff (diff)
downloadgtk+-b46824dfc8499c255959ce6763b913a0fb34677d.tar.gz
A forgotten file.
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 504f33edac..758acefff3 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -99,6 +99,10 @@ void gtk_combo_box_prepend_text (GtkComboBox *combo_box,
void gtk_combo_box_remove_text (GtkComboBox *combo_box,
gint position);
+/* programmatic control */
+void gtk_combo_box_popup (GtkComboBox *combo_box);
+void gtk_combo_box_popdown (GtkComboBox *combo_box);
+
G_END_DECLS
#endif /* __GTK_COMBO_BOX_H__ */