Flap.locked

bool locked() @property nothrow

Get locked property.

Returns

Whether the flap is locked.

If FALSE, folding when the flap is revealed automatically closes it, and unfolding it when the flap is not revealed opens it. If TRUE, adw.flap.Flap.revealFlap value never changes on its own.

Deprecated

void locked(bool propval) @property nothrow

Set locked property.

Parameters

propvalWhether the flap is locked. If FALSE, folding when the flap is revealed automatically closes it, and unfolding it when the flap is not revealed opens it. If TRUE, adw.flap.Flap.revealFlap value never changes on its own.

Deprecated