gtkAccelGroupGetIsLocked {RGtk2}R Documentation

gtkAccelGroupGetIsLocked

Description

Locks are added and removed using gtkAccelGroupLock and gtkAccelGroupUnlock.

Usage

gtkAccelGroupGetIsLocked(object)

Arguments

object

a GtkAccelGroup

Details

Since 2.14

Value

[logical] TRUE if there are 1 or more locks on the accel.group, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]