Uses of Class
org.gnu.gtk.PackType

Packages that use PackType
org.gnu.gtk   
 

Uses of PackType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as PackType
static PackType PackType.START
           
static PackType PackType.END
           
 

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

Methods in org.gnu.gtk with parameters of type PackType
 void Notebook.setTabLabelPacking(Widget child, boolean expand, boolean fill, PackType packType)
          Sets the packing parameters for the tab label of the page containing child.
 PackType PackType.or(PackType other)
           
 PackType PackType.and(PackType other)
           
 PackType PackType.xor(PackType other)
           
 boolean PackType.test(PackType other)
           
 


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