org.gnu.gtk
Class Requisition
public class Requisition
extends Boxed
Requisition(Handle handle)
|
Requisition(int width, int height) - 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.
|
int | getHeight()
|
static Requisition | getRequisition(Handle handle) - 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.
|
int | getWidth()
|
void | setHeight(int height)
|
void | setWidth(int width)
|
Requisition
public Requisition(Handle handle)
Requisition
public Requisition(int width,
int height)
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.
getHeight
public int getHeight()
getRequisition
public static Requisition getRequisition(Handle handle)
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.
getWidth
public int getWidth()
setHeight
public void setHeight(int height)
setWidth
public void setWidth(int width)