Uses of Class
org.gnu.gtk.PositionType

Packages that use PositionType
org.gnu.gtk   
 

Uses of PositionType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as PositionType
static PositionType PositionType.LEFT
           
static PositionType PositionType.RIGHT
           
static PositionType PositionType.TOP
           
static PositionType PositionType.BOTTOM
           
 

Methods in org.gnu.gtk that return PositionType
static PositionType PositionType.intern(int value)
           
 PositionType PositionType.or(PositionType other)
           
 PositionType PositionType.and(PositionType other)
           
 PositionType PositionType.xor(PositionType other)
           
 PositionType HandleBox.getHandlePosition()
          Retrieves the handle position.
 PositionType HandleBox.getShapEdge()
          Retrieves the snap edge of the widget.
 

Methods in org.gnu.gtk with parameters of type PositionType
 void Scale.setValuePosition(PositionType pos)
          Sets the position in which the current value is displayed.
 PositionType PositionType.or(PositionType other)
           
 PositionType PositionType.and(PositionType other)
           
 PositionType PositionType.xor(PositionType other)
           
 boolean PositionType.test(PositionType other)
           
 void Notebook.setTabPosition(PositionType pos)
          Sets the edge at which the tabs for switching pages in the Notebook are drawn.
 void HandleBox.setHandlePosition(PositionType position)
          Sets the side of the handle box where the handle is drawn.
 void HandleBox.setShapEdge(PositionType edge)
          Sets the snap edge of the handle box.
 


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