Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── GtkComboBoxText
GtkComboBoxText implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GtkWidget *
gtk_combo_box_text_new_with_entry (void
);
Since: 2.24
void gtk_combo_box_text_append_text (GtkComboBoxText *combo_box
,const gchar *text
);
Since: 2.24
void gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box
,gint position
,const gchar *text
);
Since: 2.24
void gtk_combo_box_text_prepend_text (GtkComboBoxText *combo_box
,const gchar *text
);
Since: 2.24
void gtk_combo_box_text_remove (GtkComboBoxText *combo_box
,gint position
);
Since: 2.24
gchar *
gtk_combo_box_text_get_active_text (GtkComboBoxText *combo_box
);
Since: 2.24