|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ShadowType
org.gnome.gtk.ShadowType
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class ShadowType
Used to change the appearance of an outline typically provided by a
Frame
.
GTK_SHADOW_NONE No outline. GTK_SHADOW_IN The outline is bevelled inwards. GTK_SHADOW_OUT The outline is bevelled outwards like a button. GTK_SHADOW_ETCHED_IN The outline itself is an inward bevel, but the frame does GTK_SHADOW_ETCHED_OUTTODO: update doc
Field Summary | |
---|---|
static ShadowType |
ETCHED_IN
Deprecated. |
static ShadowType |
ETCHED_OUT
Deprecated. |
static ShadowType |
IN
Deprecated. |
static ShadowType |
NONE
Deprecated. |
static ShadowType |
OUT
Deprecated. |
Method Summary | |
---|---|
ShadowType |
and(ShadowType other)
Deprecated. |
static ShadowType |
intern(int value)
Deprecated. |
ShadowType |
or(ShadowType other)
Deprecated. |
boolean |
test(ShadowType other)
Deprecated. |
ShadowType |
xor(ShadowType other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ShadowType NONE
public static final ShadowType IN
public static final ShadowType OUT
public static final ShadowType ETCHED_IN
public static final ShadowType ETCHED_OUT
Method Detail |
---|
public static ShadowType intern(int value)
public ShadowType or(ShadowType other)
public ShadowType and(ShadowType other)
public ShadowType xor(ShadowType other)
public boolean test(ShadowType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |