[ 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.
| config |
Object to which property is attached. |
| property_name |
Name of boolean property. |
| label |
Label for expander. |
|
A new Expander widget. |