GtkToggleToolButton
A toolbar button that can be toggled on or off.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkToolItem
                              `-- GtkToolButton
                                    `-- GtkToggleToolButton
Direct Subclasses
Description
A GtkToolItem containing a toggle button.
Constructors
-- Creates a new toggle tool button.
-- Creates a new toggle tool button based on a stock item.
Methods
get_active() Â If the button is toggled active. set_active() Â Sets the button to active state.
Signals
"toggled" Â The state has been changed.