| gtkToggleToolButtonSetActive {RGtk2} | R Documentation |
Sets the status of the toggle tool button. Set to TRUE if you
want the GtkToggleButton to be 'pressed in', and FALSE to raise it.
This action causes the toggled signal to be emitted.
gtkToggleToolButtonSetActive(object, is.active)
|
[GtkToggleToolButton] a GtkToggleToolButton |
|
[logical] whether button should be active |
Since 2.4
Derived by RGtkGen from GTK+ documentation