Uses of Class
org.gnu.gtk.Orientation

Packages that use Orientation
org.gnu.gtk   
 

Uses of Orientation in org.gnu.gtk
 

Fields in org.gnu.gtk declared as Orientation
static Orientation Orientation.HORIZONTAL
           
static Orientation Orientation.VERTICAL
           
 

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

Methods in org.gnu.gtk with parameters of type Orientation
 Orientation Orientation.or(Orientation other)
           
 Orientation Orientation.and(Orientation other)
           
 Orientation Orientation.xor(Orientation other)
           
 boolean Orientation.test(Orientation other)
           
 void ToolBar.setOrientation(Orientation orientation)
          Set whether the ToolBar should appear horizontally or vertically.
 


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