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) |
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a new Requisition.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Internal static factory method to be used by Java-Gnome only.