Module: Gtk::CellRendererState

Defined in:
(unknown)

Constant Summary collapse

SELECTED =

The cell is currently selected, and probably has a selection colored background to render to.

1 or :selected
PRELIT =

The mouse is hovering over the cell.

2 or :prelit
INSENSITIVE =

The cell is drawn in an insensitive manner

4 or :insensitive
SORTED =

The cell is in a sorted row

8 or :sorted
FOCUSED =

The cell is in the focus row.

16 or :focused
EXPANDABLE =

The cell is in a row that can be expanded

32 or :expandable
EXPANDED =

The cell is in a row that is expanded

64 or :expanded