Uses of Class
org.gnu.gtk.ShadowType

Packages that use ShadowType
org.gnu.gtk   
 

Uses of ShadowType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ShadowType
static ShadowType ShadowType.NONE
           
static ShadowType ShadowType.IN
           
static ShadowType ShadowType.OUT
           
static ShadowType ShadowType.ETCHED_IN
           
static ShadowType ShadowType.ETCHED_OUT
           
 

Methods in org.gnu.gtk that return ShadowType
 ShadowType Frame.getShadow()
          Returns the shadow type in use
static ShadowType ShadowType.intern(int value)
           
 ShadowType ShadowType.or(ShadowType other)
           
 ShadowType ShadowType.and(ShadowType other)
           
 ShadowType ShadowType.xor(ShadowType other)
           
 ShadowType HandleBox.getShadowType()
          Retrieves the shadow type used by this widget.
 

Methods in org.gnu.gtk with parameters of type ShadowType
 void Frame.setShadow(ShadowType shadowType)
          Sets the ShadowType to be displayed for the frame.
 ShadowType ShadowType.or(ShadowType other)
           
 ShadowType ShadowType.and(ShadowType other)
           
 ShadowType ShadowType.xor(ShadowType other)
           
 boolean ShadowType.test(ShadowType other)
           
 void Arrow.setValues(ArrowType type, ShadowType shadowType)
          Set the values for this Arrow object.
 void ScrolledWindow.setShadowType(ShadowType type)
          Changes the type of shadow drawn around the contents of the ScrolledWindow.
 void HandleBox.setShadowType(ShadowType type)
          Set the shadow type to be drawn around the border of the handle box.
 

Constructors in org.gnu.gtk with parameters of type ShadowType
Arrow(ArrowType type, ShadowType shadowType)
          Construct a new Arrow.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net