GtkCellRendererToggle

Renders a toggle button in a cell

gtk.cell_renderer_toggle.CellRendererToggle renders a toggle button in a cell. The button is drawn as a radio or a checkbutton, depending on the GtkCellRendererToggle:radio property. When activated, it emits the GtkCellRendererToggle::toggled signal.

More...
struct GtkCellRendererToggle

Detailed Description

Deprecated: List views use widgets to display their contents. You should use gtk.toggle_button.ToggleButton instead