Constructor
GimpUiStringComboBoxnew
since: 2.4
Declaration [src]
GtkWidget*
gimp_string_combo_box_new (
  GtkTreeModel* model,
  gint id_column,
  gint label_column
)
Parameters
- model
- 
            Type: GtkTreeModelA GtkTreeModel.The data is owned by the caller of the function. 
- id_column
- 
            Type: gintThe model column of the ID. 
- label_column
- 
            Type: gintThe modl column of the label. 
Return value
Type: GtkWidget
A new GimpStringComboBox.
| The data is owned by the called function. |