org.gnu.gtk

Class CellRendererToggle.Attribute

Enclosing Class:
CellRendererToggle

public static class CellRendererToggle.Attribute
extends CellRenderer.Attribute

Attributes for mapping to data in the TreeModel

Field Summary

static CellRendererToggle.Attribute
ACTIVATABLE
Whether the user can change the state of the toggle
static CellRendererToggle.Attribute
ACTIVE
The state of the toggle
static CellRendererToggle.Attribute
INCONSISTENT
The inconsistent state of the button.
static CellRendererToggle.Attribute
RADIO
Draw the toggle button as a radio button.

Fields inherited from class org.gnu.gtk.CellRenderer.Attribute

CELL_BACKGROUND, CELL_BACKGROUND_GDK, CELL_BACKGROUND_SET, HEIGHT, IS_EXPANDED, IS_EXPANDER, MODE, SENSITIVE, VISIBLE, WIDTH, XALIGN, XPAD, YALIGN, YPAD

Method Summary

Methods inherited from class org.gnu.gtk.CellRendererAttribute

toString

Field Details

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.