Description Usage Arguments Details Value Author(s)
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.
1 | gtkWidgetCanActivateAccel(object, signal.id)
|
|
a |
|
the ID of a signal installed on |
Since 2.4
[logical] TRUE
if the accelerator can be activated.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.