GtkCellRendererToggle

Displays the contents of a cell in a GtkTreeView as a toggle button.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkCellRenderer
            `-- GtkCellRendererToggle
Description
Displays the contents of a cell in a GtkTreeView as a toggle button. The cell will likely be drawn as a checkbox which will be checked when the cell is active (toggled on) or empty when the cell is not active.
Constructors
-- Creates a new GtkCellRendererToggle.
Methods
get_active() Â Returns whether or not the cell renderer is active (toggled on). get_radio() Â Returns true if radio toggles rather than checkboxes are being rendered. set_active() Â Sets the state of the cell renderer. set_radio() Â Sets the style of the toggle button. If true, the toggle will be shown as RadioButton.
Properties
Use get_property and set_property methods to access these.
activatable: Â If true, the toggle button can be activated. active: Â Represents the state of the toggle button. True if it's active. radio: Â If true, draw the toggle is showed as a radio button.
Signals
"toggled" Â Emitted when the user changes the state of the toggle button.