GtkComboBoxEntry Constructor

GtkComboBoxEntry::new_text ();

This is a convenience constructor that creates a GtkComboBoxEntry that displays just strings. If you use this to create the widget, you should only manipulate the choices using append_text, insert_text, prepend_text, and remove_text.