public final class StateFlags
extends org.freedesktop.bindings.Flag
Modifier and Type | Field and Description |
---|---|
static StateFlags |
ACTIVE
A Widget that is currently active.
|
static StateFlags |
INSENSITIVE
The Widget is not responding to events.
|
static StateFlags |
NORMAL
The ordinary state of a Widget
|
static StateFlags |
PRELIGHT
The mouse pointer is currently hovering over the Widget, and the Widget
will be responding to mouse clicks.
|
static StateFlags |
SELECTED
The element is selected.
|
public static final StateFlags ACTIVE
public static final StateFlags INSENSITIVE
setSensitive()
on Window for more
information about this state.public static final StateFlags NORMAL
public static final StateFlags PRELIGHT
public static final StateFlags SELECTED