public final class PositionType
extends org.freedesktop.bindings.Constant
setValuePosition()
and setTabPosition()
respectively).Modifier and Type | Field and Description |
---|---|
static PositionType |
BOTTOM
Feature will be placed below the Widget.
|
static PositionType |
LEFT
Feature will be placed to the left side of the Widget.
|
static PositionType |
RIGHT
Feature will be placed to the right side of the Widget.
|
static PositionType |
TOP
Feature will be placed above the Widget.
|
public static final PositionType BOTTOM
public static final PositionType LEFT
public static final PositionType RIGHT
public static final PositionType TOP