org.gnu.gtk

Class CellRenderer.Attribute

public static class CellRenderer.Attribute extends CellRendererAttribute

Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object.
Field Summary
static CellRenderer.AttributeCELL_BACKGROUND
(String) Cell background color as a string.
static CellRenderer.AttributeCELL_BACKGROUND_GDK
(gdk.color) Cell background color as a gdk.Color.
static CellRenderer.AttributeCELL_BACKGROUND_SET
(boolean) Whether this tag affects the cell background color.
static CellRenderer.AttributeHEIGHT
(int) The fixed height.
static CellRenderer.AttributeIS_EXPANDED
(boolean) Row is an expander row, and is expanded.
static CellRenderer.AttributeIS_EXPANDER
(boolean) Row is an expander row, and is expanded.
static CellRenderer.AttributeMODE
(CellRendererMode) Editable mode of the CellRenderer.
static CellRenderer.AttributeSENSITIVE
(boolean) Display the cell sensitive.
static CellRenderer.AttributeVISIBLE
(boolean) Display the cell.
static CellRenderer.AttributeWIDTH
(int) The fixed width.
static CellRenderer.AttributeXALIGN
(double) The x-align.
static CellRenderer.AttributeXPAD
(int) The xpad.
static CellRenderer.AttributeYALIGN
(double) The y-align.
static CellRenderer.AttributeYPAD
(int) The ypad.

Field Detail

CELL_BACKGROUND

public static final CellRenderer.Attribute CELL_BACKGROUND
(String) Cell background color as a string.

CELL_BACKGROUND_GDK

public static final CellRenderer.Attribute CELL_BACKGROUND_GDK
(gdk.color) Cell background color as a gdk.Color.

CELL_BACKGROUND_SET

public static final CellRenderer.Attribute CELL_BACKGROUND_SET
(boolean) Whether this tag affects the cell background color.

HEIGHT

public static final CellRenderer.Attribute HEIGHT
(int) The fixed height. Allowed values: >= -1 Default value: -1

IS_EXPANDED

public static final CellRenderer.Attribute IS_EXPANDED
(boolean) Row is an expander row, and is expanded. Default value: FALSE

IS_EXPANDER

public static final CellRenderer.Attribute IS_EXPANDER
(boolean) Row is an expander row, and is expanded. Default value: FALSE

MODE

public static final CellRenderer.Attribute MODE
(CellRendererMode) Editable mode of the CellRenderer. Default value: CellRendererMode.INERT

SENSITIVE

public static final CellRenderer.Attribute SENSITIVE
(boolean) Display the cell sensitive. Default value: TRUE

VISIBLE

public static final CellRenderer.Attribute VISIBLE
(boolean) Display the cell. Default value: TRUE

WIDTH

public static final CellRenderer.Attribute WIDTH
(int) The fixed width. Allowed values: >= -1 Default value: -1

XALIGN

public static final CellRenderer.Attribute XALIGN
(double) The x-align. Allowed values: [0,1] Default value: 0.5

XPAD

public static final CellRenderer.Attribute XPAD
(int) The xpad. Default value: 0

YALIGN

public static final CellRenderer.Attribute YALIGN
(double) The y-align. Allowed values: [0,1] Default value: 0.5

YPAD

public static final CellRenderer.Attribute YPAD
(int) The ypad. Default value: 0