Package ch.bailu.gtk.gtk
Interface CellRendererState
public interface CellRendererState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe cell is in a row that can be expandedstatic final intThe cell is in a row that is expandedstatic final intThe cell is in the focus row.static final intThe cell is drawn in an insensitive mannerstatic final intThe mouse is hovering over the cell.static final intThe cell is currently selected, and
probably has a selection colored background to render to.static final intThe 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:
-