Use this contructor to create a basic
GtkComboBoxEntry widget. After
construction, you must set a model using
set_model.
Alternatively, you may pass the model as a parameter to the
constructor. The model must also contain a text column, which
should be set using
set_text_column() .
User Contributed Notes gtk.gtkcomboboxentry.constructor.php
There are no user contributed notes for this page.