Constructor
GtkComboBoxnew_with_model_and_entry
Declaration [src]
GtkWidget*
gtk_combo_box_new_with_model_and_entry (
  GtkTreeModel* model
)
Description [src]
Creates a new empty GtkComboBox with an entry and a model.
See also gtk_combo_box_new_with_entry().
Parameters
| model | GtkTreeModel | 
| A  | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GtkWidget | 
| A new  | |
| The data is owned by the called function. |