Package ch.bailu.gtk.gtk
Interface CellRendererMode
public interface CellRendererMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The cell can be clicked.static final int
The cell can be edited or otherwise modified.static final int
The cell is just for display
and cannot be interacted with.
-
Field Details
-
INERT
static final int INERTThe cell is just for display
and cannot be interacted with. Note that this doesn’t mean that eg. the
row being drawn can’t be selected -- just that a particular element of
it cannot be individually modified.- See Also:
-
ACTIVATABLE
static final int ACTIVATABLEThe cell can be clicked.- See Also:
-
EDITABLE
static final int EDITABLEThe cell can be edited or otherwise modified.- See Also:
-