Expander.spacing

int spacing() @property

Get spacing property.

Returns

Space to put between the label and the child when the

expander is expanded.

Deprecated

This property is deprecated and ignored.

Use margins on the child instead.

void spacing(int propval) @property

Set spacing property.

Parameters

propvalSpace to put between the label and the child when the expander is expanded.

Deprecated

This property is deprecated and ignored.

Use margins on the child instead.