public final class ArrowType
extends org.freedesktop.bindings.Constant
Arrow
Widget will point.Modifier and Type | Field and Description |
---|---|
static ArrowType |
DOWN
Represents an downward pointing arrow.
|
static ArrowType |
LEFT
Represents a left pointing arrow.
|
static ArrowType |
NONE
Don't draw an arrow.
|
static ArrowType |
RIGHT
Represents an arrow pointing right.
|
static ArrowType |
UP
Represents an upward pointing arrow.
|
public static final ArrowType DOWN
public static final ArrowType LEFT
public static final ArrowType NONE
NONE
is a special mode which causes an Arrow Widget to
occupies the space that an normal Arrow would, but without having an
arrow graphic drawn in it. This can be useful in cases where you are
trying to normalize the size requests for a series of Widgets.
public static final ArrowType RIGHT
public static final ArrowType UP