org.gnu.gtk
Class SizeGroupMode

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.SizeGroupMode

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.SizeGroupMode. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class SizeGroupMode
extends org.gnu.glib.Enum

Modes for SizeGroup objects.

See Also:
SizeGroup

Field Summary
static SizeGroupMode BOTH
          Deprecated. group effects both horizontal and vertical requisition
static SizeGroupMode HORIZONTAL
          Deprecated. group effects horizontal requisition
static SizeGroupMode NONE
          Deprecated. group has no effect
static SizeGroupMode VERTICAL
          Deprecated. group effects vertical requisition *
 
Method Summary
 SizeGroupMode and(SizeGroupMode other)
          Deprecated.  
static SizeGroupMode intern(int value)
          Deprecated.  
 SizeGroupMode or(SizeGroupMode other)
          Deprecated.  
 boolean test(SizeGroupMode other)
          Deprecated.  
 SizeGroupMode xor(SizeGroupMode other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final SizeGroupMode NONE
Deprecated. 
group has no effect


HORIZONTAL

public static final SizeGroupMode HORIZONTAL
Deprecated. 
group effects horizontal requisition


VERTICAL

public static final SizeGroupMode VERTICAL
Deprecated. 
group effects vertical requisition *


BOTH

public static final SizeGroupMode BOTH
Deprecated. 
group effects both horizontal and vertical requisition

Method Detail

intern

public static SizeGroupMode intern(int value)
Deprecated. 

or

public SizeGroupMode or(SizeGroupMode other)
Deprecated. 

and

public SizeGroupMode and(SizeGroupMode other)
Deprecated. 

xor

public SizeGroupMode xor(SizeGroupMode other)
Deprecated. 

test

public boolean test(SizeGroupMode other)
Deprecated.