Uses of Class
org.gnu.gtk.CornerType

Packages that use CornerType
org.gnu.gtk   
 

Uses of CornerType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as CornerType
static CornerType CornerType.TOP_LEFT
           
static CornerType CornerType.BOTTOM_LEFT
           
static CornerType CornerType.TOP_RIGHT
           
static CornerType CornerType.BOTTOM_RIGHT
           
 

Methods in org.gnu.gtk that return CornerType
static CornerType CornerType.intern(int value)
           
 CornerType CornerType.or(CornerType other)
           
 CornerType CornerType.and(CornerType other)
           
 CornerType CornerType.xor(CornerType other)
           
 

Methods in org.gnu.gtk with parameters of type CornerType
 void ScrolledWindow.setPlacement(CornerType windowPlacement)
          Determines the location of the child widget with respect to the scrollbars.
 CornerType CornerType.or(CornerType other)
           
 CornerType CornerType.and(CornerType other)
           
 CornerType CornerType.xor(CornerType other)
           
 boolean CornerType.test(CornerType other)
           
 


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