org.gnu.gtk
Class AttachOptions

java.lang.Object
  extended by org.gnu.glib.Flags
      extended by org.gnu.gtk.AttachOptions

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.AttachOptions. 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 AttachOptions
extends org.gnu.glib.Flags

Denotes the expansion properties that a widget will have when it (or it's parent) is resized.

EXPAND
The widget should expand to take up any extra space in its container that has been allocated.
SHRINK
The widget should shrink as and when possible.
FILL
The widget should fill the space allocated to it.

See Also:
Table

Field Summary
static AttachOptions EXPAND
          Deprecated.  
static AttachOptions FILL
          Deprecated.  
static AttachOptions SHRINK
          Deprecated.  
 
Method Summary
 AttachOptions and(AttachOptions other)
          Deprecated.  
static AttachOptions intern(int value)
          Deprecated.  
 AttachOptions or(AttachOptions other)
          Deprecated.  
 boolean test(AttachOptions other)
          Deprecated.  
 AttachOptions xor(AttachOptions other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Flags
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPAND

public static final AttachOptions EXPAND
Deprecated. 

SHRINK

public static final AttachOptions SHRINK
Deprecated. 

FILL

public static final AttachOptions FILL
Deprecated. 
Method Detail

intern

public static AttachOptions intern(int value)
Deprecated. 

or

public AttachOptions or(AttachOptions other)
Deprecated. 

and

public AttachOptions and(AttachOptions other)
Deprecated. 

xor

public AttachOptions xor(AttachOptions other)
Deprecated. 

test

public boolean test(AttachOptions other)
Deprecated.