prop_pointer_combo_box_new


Description:

[ CCode ( cname = "gimp_prop_pointer_combo_box_new" ) ]
[ Version ( since = "2.10" ) ]
public Widget prop_pointer_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. Values are GType/gpointer data, and therefore must be stored in the "user-data" column, instead of the usual "value" column.

Parameters:

config

Object to which property is attached.

property_name

Name of GType/gpointer 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