forked from AuroraMiddleware/gtk
A forgotten file.
This commit is contained in:
parent
9d843deb46
commit
b46824dfc8
@ -99,6 +99,10 @@ void gtk_combo_box_prepend_text (GtkComboBox *combo_box,
|
|||||||
void gtk_combo_box_remove_text (GtkComboBox *combo_box,
|
void gtk_combo_box_remove_text (GtkComboBox *combo_box,
|
||||||
gint position);
|
gint position);
|
||||||
|
|
||||||
|
/* programmatic control */
|
||||||
|
void gtk_combo_box_popup (GtkComboBox *combo_box);
|
||||||
|
void gtk_combo_box_popdown (GtkComboBox *combo_box);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GTK_COMBO_BOX_H__ */
|
#endif /* __GTK_COMBO_BOX_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user