Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkWidgetCanActivateAccel

gtkWidgetCanActivateAccel


Description

Determines whether an accelerator that activates the signal identified by signal.id can currently be activated. This is done by emitting the gtkWidgetCanActivateAccel signal on widget; if the signal isn't overridden by a handler or in a derived widget, then the default check is that the widget must be sensitive, and the widget and all its ancestors mapped.

Usage

gtkWidgetCanActivateAccel(object, signal.id)

Arguments

object

a GtkWidget

signal.id

the ID of a signal installed on widget

Details

Since 2.4

Value

[logical] TRUE if the accelerator can be activated.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.