Package ch.bailu.gtk.gtk
Interface CellRendererState
public interface CellRendererState
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The cell is in a row that can be expandedstatic final int
The cell is in a row that is expandedstatic final int
The cell is in the focus row.static final int
The cell is drawn in an insensitive mannerstatic final int
The mouse is hovering over the cell.static final int
The cell is currently selected, and
probably has a selection colored background to render to.static final int
The cell is in a sorted row
-
Field Details
-
SELECTED
static final int SELECTEDThe cell is currently selected, and
probably has a selection colored background to render to.- See Also:
-
PRELIT
static final int PRELITThe mouse is hovering over the cell.- See Also:
-
INSENSITIVE
static final int INSENSITIVEThe cell is drawn in an insensitive manner- See Also:
-
SORTED
static final int SORTEDThe cell is in a sorted row- See Also:
-
FOCUSED
static final int FOCUSEDThe cell is in the focus row.- See Also:
-
EXPANDABLE
static final int EXPANDABLEThe cell is in a row that can be expanded- See Also:
-
EXPANDED
static final int EXPANDEDThe cell is in a row that is expanded- See Also:
-