| GtkToggleToolButton {RGtk2} | R Documentation |
A GtkToolItem containing a toggle button
gtkToggleToolButtonNew(show = TRUE)
gtkToggleToolButtonNewFromStock(stock.id)
gtkToggleToolButtonSetActive(object, is.active)
gtkToggleToolButtonGetActive(object)
gtkToggleToolButton(show = TRUE)
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkToolItem
+----GtkToolButton
+----GtkToggleToolButton
+----GtkRadioToolButton
GtkToggleToolButton implements
AtkImplementorIface and GtkBuildable.
A GtkToggleToolButton is a GtkToolItem that contains a toggle
button.
Use gtkToggleToolButtonNew to create a new
GtkToggleToolButton. Use gtkToggleToolButtonNewFromStock to
create a new GtkToggleToolButton containing a stock item.
GtkToggleToolButtonGtkToggleToolButton struct contains only private data and
should only be accessed through the functions described below.
gtkToggleToolButton is the equivalent of gtkToggleToolButtonNew.
toggled(toggle.tool.button, user.data)toggle.tool.buttonGtkToggleToolButton] the object that emitted the signaluser.data
active [logical : Read / Write]If the toggle tool button should be pressed in or not.
Default value: FALSE Since 2.8
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkToggleToolButton.html