Package: gtk

Accessor gtk-accel-group-is-locked

Lambda List

gtk-accel-group-is-locked (object)

Syntax

(gtk-accel-group-is-locked object) => is-locked

Arguments

object -- a gtk-accel-group object
is-locked -- a boolean whether the accelerator group is locked

Details

Accessor of the is-locked slot of the gtk-accel-group class.

The gtk-accel-group-is-locked slot access function returns true if there are one or more locks on the accel-group, false otherwise.

Locks are added and removed using the gtk-accel-group-lock and gtk-accel-group-unlock functions.
 

See also

2021-12-24