Flap.locked

bool locked() @property

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, property@Flap:reveal-flap value never changes on its own.

Deprecated

void locked(bool propval) @property

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, property@Flap:reveal-flap value never changes on its own.

Deprecated