| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Structorg.gnu.glib.Boxedorg.gnu.gtk.Requisitionpublic class Requisitionextends BoxedConstructor Summary | |
| |
| |
Method Summary | |
int | |
static Requisition |
|
int |
|
void |
|
void |
|
Methods inherited from class org.gnu.glib.Boxed | |
equals, getBoxedFromHandle, hashCode | |
public Requisition(Handle handle)
public Requisition(int width,
int height)Construct a new Requisition.
public int getHeight()
public static Requisition getRequisition(Handle handle)
Internal static factory method to be used by Java-Gnome only.
public int getWidth()
public void setHeight(int height)
public void setWidth(int width)