gtkAccelLabelSetAccelClosure {RGtk2}R Documentation

gtkAccelLabelSetAccelClosure

Description

Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group; see gtkAccelGroupConnect.

Usage

gtkAccelLabelSetAccelClosure(object, accel.closure)

Arguments

object [GtkAccelLabel] a GtkAccelLabel
accel.closure [GClosure] the closure to monitor for accelerator changes.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]