GtkCellRendererState

Tells how a cell is to be rendered. GTK_CELL_RENDERER_SELECTED The cell is currently selected, and probably has a selection colored background to render to. GTK_CELL_RENDERER_PRELIT The mouse is hovering over the cell. GTK_CELL_RENDERER_INSENSITIVE The cell is drawn in an insensitive manner GTK_CELL_RENDERER_SORTED The cell is in a sorted row GTK_CELL_RENDERER_FOCUSED The cell is in the focus row. GTK_CELL_RENDERER_EXPANDABLE The cell is in a row that can be expanded. Since 3.4 GTK_CELL_RENDERER_EXPANDED The cell is in a row that is expanded. Since 3.4

Values

ValueMeaning
SELECTED1 << 0
PRELIT1 << 1
INSENSITIVE1 << 2
SORTED1 << 3
FOCUSED1 << 4
EXPANDABLE1 << 5
EXPANDED1 << 6

Meta