gtkAccelGroupLock {RGtk2}R Documentation

gtkAccelGroupLock

Description

Locks the given accelerator group.

Usage

gtkAccelGroupLock(object)

Arguments

object [GtkAccelGroup] a GtkAccelGroup

Details

Locking an acelerator group prevents the accelerators contained within it to be changed during runtime. Refer to gtkAccelMapChangeEntry about runtime accelerator changes.

If called more than once, accel.group remains locked until gtkAccelGroupUnlock has been called an equivalent number of times.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]