gtkAccelGroupDisconnect {RGtk2}R Documentation

gtkAccelGroupDisconnect

Description

Removes an accelerator previously installed through gtkAccelGroupConnect.

Usage

gtkAccelGroupDisconnect(object, closure)

Arguments

object [GtkAccelGroup] the accelerator group to remove an accelerator from
closure [GClosure] the closure to remove from this accelerator group

Value

[logical] TRUE if the closure was found and got disconnected

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]