prop_int_combo_box_new


Description:

[ CCode ( cname = "gimp_prop_int_combo_box_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_int_combo_box_new (Object config, string property_name, IntStore store)

Creates a IntComboBox widget to display and set the specified property.

The contents of the widget are determined by store, which should be created using IntStore.

Parameters:

config

Object to which property is attached.

property_name

Name of int property controlled by combo box.

store

IntStore holding list of labels, values, etc.

Returns:

The newly created IntComboBox widget.


Namespace: GimpUi
Package: gimp-ui-3.0