org.gnu.gtk
public class Requisition extends Boxed
| Constructor Summary | |
|---|---|
| Requisition(int width, int height)
Construct a new Requisition. | |
| Requisition(Handle handle) | |
| Method Summary | |
|---|---|
| int | getHeight() |
| static Requisition | getRequisition(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| int | getWidth() |
| void | setHeight(int height) |
| void | setWidth(int width) |