comparison gtk/gaimcombobox.h @ 15366:06591d48f8a4

[gaim-migrate @ 18159] How's this, Mark? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 19 Jan 2007 01:57:56 +0000
parents 009db0b357b5
children 24843d86c2a3
comparison
equal deleted inserted replaced
15365:7162a5ebb2f7 15366:06591d48f8a4
96 const gchar *text); 96 const gchar *text);
97 void gtk_combo_box_prepend_text (GtkComboBox *combo_box, 97 void gtk_combo_box_prepend_text (GtkComboBox *combo_box,
98 const gchar *text); 98 const gchar *text);
99 void gtk_combo_box_remove_text (GtkComboBox *combo_box, 99 void gtk_combo_box_remove_text (GtkComboBox *combo_box,
100 gint position); 100 gint position);
101 gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
101 102
102 /* programmatic control */ 103 /* programmatic control */
103 void gtk_combo_box_popup (GtkComboBox *combo_box); 104 void gtk_combo_box_popup (GtkComboBox *combo_box);
104 void gtk_combo_box_popdown (GtkComboBox *combo_box); 105 void gtk_combo_box_popdown (GtkComboBox *combo_box);
105 106