prop_expander_new


Description:

[ CCode ( cname = "gimp_prop_expander_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_expander_new (Object config, string property_name, string? label)

Creates a Expander controlled by the specified boolean property.

A value of true for the property corresponds to the expanded state for the widget. If label is null, the property_name's nick will be used as label of the returned widget.

Parameters:

config

Object to which property is attached.

property_name

Name of boolean property.

label

Label for expander.

Returns:

A new Expander widget.


Namespace: GimpUi
Package: gimp-ui-3.0