-
public bool get_activatable ()
-
public bool get_active ()
Returns whether the cell renderer is active. See
set_active.
-
public bool get_radio ()
Returns whether we're rendering radio toggles rather than checkboxes.
-
public void set_activatable (bool setting)
Makes the cell renderer activatable.
-
public void set_active (bool setting)
Activates or deactivates a cell renderer.
-
public void set_radio (bool radio)
If radio is true, the cell renderer renders a radio toggle (i.e. a toggle in a
group of mutually-exclusive toggles). If false, it renders a check toggle (a standalone boolean option). This can be set
globally for the cell renderer, or changed just before rendering each cell in the model (for
TreeView, you set up a per-row setting using
TreeViewColumn to associate model columns with cell renderer properties).