org.gnu.gtk

Class CellRendererToggle.Attribute

public static class CellRendererToggle.Attribute extends CellRenderer.Attribute

Attributes for mapping to data in the TreeModel
Field Summary
static CellRendererToggle.AttributeACTIVATABLE
Whether the user can change the state of the toggle
static CellRendererToggle.AttributeACTIVE
The state of the toggle
static CellRendererToggle.AttributeINCONSISTENT
The inconsistent state of the button.
static CellRendererToggle.AttributeRADIO
Draw the toggle button as a radio button.

Field Detail

ACTIVATABLE

public static final CellRendererToggle.Attribute ACTIVATABLE
Whether the user can change the state of the toggle

ACTIVE

public static final CellRendererToggle.Attribute ACTIVE
The state of the toggle

INCONSISTENT

public static final CellRendererToggle.Attribute INCONSISTENT
The inconsistent state of the button.

RADIO

public static final CellRendererToggle.Attribute RADIO
Draw the toggle button as a radio button.