Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL GType | gtk_combo_box_text_get_type (void) G_GNUC_CONST |
|
GtkWidget * | gtk_combo_box_text_new (void) |
|
GtkWidget * | gtk_combo_box_text_new_with_entry (void) |
|
void | gtk_combo_box_text_append_text (GtkComboBoxText *combo_box, const char *text) |
|
void | gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box, int position, const char *text) |
|
void | gtk_combo_box_text_prepend_text (GtkComboBoxText *combo_box, const char *text) |
|
void | gtk_combo_box_text_remove (GtkComboBoxText *combo_box, int position) |
|
void | gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box) |
|
char * | gtk_combo_box_text_get_active_text (GtkComboBoxText *combo_box) |
|
void | gtk_combo_box_text_insert (GtkComboBoxText *combo_box, int position, const char *id, const char *text) |
|
void | gtk_combo_box_text_append (GtkComboBoxText *combo_box, const char *id, const char *text) |
|
void | gtk_combo_box_text_prepend (GtkComboBoxText *combo_box, const char *id, const char *text) |
|
◆ GTK_COMBO_BOX_TEXT
◆ GTK_IS_COMBO_BOX_TEXT
◆ GTK_TYPE_COMBO_BOX_TEXT
◆ GtkComboBoxText
◆ gtk_combo_box_text_append()
void gtk_combo_box_text_append |
( |
GtkComboBoxText * | combo_box, |
|
|
const char * | id, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_append_text()
void gtk_combo_box_text_append_text |
( |
GtkComboBoxText * | combo_box, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_get_active_text()
◆ gtk_combo_box_text_get_type()
◆ gtk_combo_box_text_insert()
void gtk_combo_box_text_insert |
( |
GtkComboBoxText * | combo_box, |
|
|
int | position, |
|
|
const char * | id, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_insert_text()
void gtk_combo_box_text_insert_text |
( |
GtkComboBoxText * | combo_box, |
|
|
int | position, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_new()
◆ gtk_combo_box_text_new_with_entry()
GtkWidget * gtk_combo_box_text_new_with_entry |
( |
void | | ) |
|
◆ gtk_combo_box_text_prepend()
void gtk_combo_box_text_prepend |
( |
GtkComboBoxText * | combo_box, |
|
|
const char * | id, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_prepend_text()
void gtk_combo_box_text_prepend_text |
( |
GtkComboBoxText * | combo_box, |
|
|
const char * | text ) |
◆ gtk_combo_box_text_remove()
void gtk_combo_box_text_remove |
( |
GtkComboBoxText * | combo_box, |
|
|
int | position ) |
◆ gtk_combo_box_text_remove_all()