How to use GtkComboBoxText

60467a157df53202d78c403f498977f5.png
1. create
GtkComboBoxText
with a entry;
2. add some values, with
GtkComboBoxText::append
,
GtkComboBoxText::append_text
,
GtkComboBoxText::insert
and anothers methods;
3. get value with
GtkComboBoxText::get_active_text
;