Flap.locked

Set locked property.

More...
  1. bool locked [@property getter]
  2. bool locked [@property setter]
    class Flap
    @property
    void
    locked
    (
    bool propval
    )

Parameters

propval bool

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.

Detailed Description

Deprecated: See the migration guide