[ CCode ( cname = "gimp_prop_string_combo_box_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_string_combo_box_new (Object config, string property_name, TreeModel model, int id_column, int label_column)
Creates a StringComboBox widget to display and set the specified property.
The contents of the widget are determined by store.
| config |
Object to which property is attached. |
| property_name |
Name of int property controlled by combo box. |
| model |
TreeStore holding list of values |
| id_column |
column in |
| label_column |
column in |
|
The newly created StringComboBox widget. |