Package ch.bailu.gtk.gtk
Klasse RequestedSize
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.RequestedSize
- Alle implementierten Schnittstellen:
PointerInterface
Represents a request of a screen object in a given orientation.
These are primarily used in container implementations when allocating
a natural size for children. See [func@distribute_natural_allocation].
These are primarily used in container implementations when allocating
a natural size for children. See [func@distribute_natural_allocation].
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerA client pointerintThe minimum size needed for allocation in a given orientationintThe natural size for allocation in a given orientationvoidsetFieldData(Pointer data) A client pointervoidsetFieldMinimumSize(int minimum_size) The minimum size needed for allocation in a given orientationvoidsetFieldNaturalSize(int natural_size) The natural size for allocation in a given orientationVon 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
-
DATA
A client pointer- Siehe auch:
-
MINIMUM_SIZE
The minimum size needed for allocation in a given orientation- Siehe auch:
-
NATURAL_SIZE
The natural size for allocation in a given orientation- Siehe auch:
-
-
Konstruktordetails
-
RequestedSize
-
RequestedSize
public RequestedSize()
-
-
Methodendetails
-
getClassHandler
-
setFieldData
A client pointer -
getFieldData
A client pointer -
setFieldMinimumSize
public void setFieldMinimumSize(int minimum_size) The minimum size needed for allocation in a given orientation -
getFieldMinimumSize
public int getFieldMinimumSize()The minimum size needed for allocation in a given orientation -
setFieldNaturalSize
public void setFieldNaturalSize(int natural_size) The natural size for allocation in a given orientation -
getFieldNaturalSize
public int getFieldNaturalSize()The natural size for allocation in a given orientation
-