Enumeration
Gtk.CellRendererState
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_CELL_RENDERER_SELECTED |
"selected" |
1 |
The cell is currently selected, and probably has a selection colored background to render to. |
GTK_CELL_RENDERER_PRELIT |
"prelit" |
2 |
The mouse is hovering over the cell. |
GTK_CELL_RENDERER_INSENSITIVE |
"insensitive" |
4 |
The cell is drawn in an insensitive manner |
GTK_CELL_RENDERER_SORTED |
"sorted" |
8 |
The cell is in a sorted row |
GTK_CELL_RENDERER_FOCUSED |
"focused" |
16 |
The cell is in the focus row. |
GTK_CELL_RENDERER_EXPANDABLE |
"expandable" |
32 |
The cell is in a row that can be expanded |
GTK_CELL_RENDERER_EXPANDED |
"expanded" |
64 |
The cell is in a row that is expanded |