org.gnu.gtk

Class ShadowType

public class ShadowType extends Enum

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_OUT
 
TODO: update doc
Field Summary
static ShadowTypeETCHED_IN
static ShadowTypeETCHED_OUT
static ShadowTypeIN
static ShadowTypeNONE
static ShadowTypeOUT
Method Summary
ShadowTypeand(ShadowType other)
static ShadowTypeintern(int value)
ShadowTypeor(ShadowType other)
booleantest(ShadowType other)
ShadowTypexor(ShadowType other)

Field Detail

ETCHED_IN

public static final ShadowType ETCHED_IN

ETCHED_OUT

public static final ShadowType ETCHED_OUT

IN

public static final ShadowType IN

NONE

public static final ShadowType NONE

OUT

public static final ShadowType OUT

Method Detail

and

public ShadowType and(ShadowType other)

intern

public static ShadowType intern(int value)

or

public ShadowType or(ShadowType other)

test

public boolean test(ShadowType other)

xor

public ShadowType xor(ShadowType other)