Package ch.bailu.gtk.gtk
Klasse Requisition
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.Requisition
- Alle implementierten Schnittstellen:
PointerInterface
Represents the desired size of a widget.
See [GtkWidget’s geometry management section](class.Widget.html#height-for-width-geometry-management)
for more information.
See [GtkWidget’s geometry management section](class.Widget.html#height-for-width-geometry-management)
for more information.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()Copies a `GtkRequisition`.voidfree()Frees a `GtkRequisition`.static ClassHandlerintthe widget’s desired heightintthe widget’s desired widthstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetFieldHeight(int height) the widget’s desired heightvoidsetFieldWidth(int width) the widget’s desired widthVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
WIDTH
the widget’s desired width- Siehe auch:
-
HEIGHT
the widget’s desired height- Siehe auch:
-
-
Konstruktordetails
-
Requisition
-
Requisition
public Requisition()Allocates a new `GtkRequisition`.
The struct is initialized to zero.
-
-
Methodendetails
-
getClassHandler
-
setFieldWidth
public void setFieldWidth(int width) the widget’s desired width -
getFieldWidth
public int getFieldWidth()the widget’s desired width -
setFieldHeight
public void setFieldHeight(int height) the widget’s desired height -
getFieldHeight
public int getFieldHeight()the widget’s desired height -
copy
Copies a `GtkRequisition`.- Gibt zurück:
- a copy of @requisition
-
free
public void free()Frees a `GtkRequisition`. -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-