org.gnu.gtk

Class CellRendererProgress.Attribute

public static class CellRendererProgress.Attribute extends CellRenderer.Attribute

Field Summary
static CellRendererProgress.AttributeTEXT
(String) The "text" property determines the label which will be drawn over the progress bar.
static CellRendererProgress.AttributeVALUE
(int) The "value" property determines the percentage to which the progress bar will be "filled in".

Field Detail

TEXT

public static final CellRendererProgress.Attribute TEXT
(String) The "text" property determines the label which will be drawn over the progress bar. Setting this property to NULL causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed. Default value: NULL

VALUE

public static final CellRendererProgress.Attribute VALUE
(int) The "value" property determines the percentage to which the progress bar will be "filled in". Allowed values: [0,100] Default value: 0