Constructor
GtkComboBoxTextnew
since: 2.24
Declaration [src]
GtkWidget*
gtk_combo_box_text_new (
void
)
Description [src]
Creates a new GtkComboBoxText
, which is a GtkComboBox
just displaying strings.
Available since: 2.24
Return value
Type: GtkWidget
A new GtkComboBoxText
.
The data is owned by the called function. |