public final class ShadowType
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static ShadowType |
ETCHED_IN
The outline has a sunken 3D appearance.
|
static ShadowType |
ETCHED_OUT
The outline has a raised 3D appearance.
|
static ShadowType |
IN
The outline is bevelled inwards.
|
static ShadowType |
NONE
The Widget is shown without outline.
|
static ShadowType |
OUT
The outline is bevelled outwards.
|
public static final ShadowType ETCHED_IN
public static final ShadowType ETCHED_OUT
public static final ShadowType IN
public static final ShadowType NONE
public static final ShadowType OUT