org.gnu.gtk
Class CellRenderer.Attribute
- CellRenderer
public static class CellRenderer.Attribute
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
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
YALIGN
public static final CellRenderer.Attribute YALIGN
(double)
The y-align.
Allowed values: [0,1]
Default value: 0.5