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.