prop_string_combo_box_new


Description:

[ 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.

Parameters:

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 store that holds string IDs

label_column

column in store that holds labels to use in the combo-box

Returns:

The newly created StringComboBox widget.


Namespace: GimpUi
Package: gimp-ui-3.0