GtkComboBoxEntry Constructor

GtkComboBoxEntry ([GtkTreeModelmodel = null]);

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() .