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 ClassHandler
A client pointerint
The minimum size needed for allocation in a given orientationint
The natural size for allocation in a given orientationvoid
setFieldData
(Pointer data) A client pointervoid
setFieldMinimumSize
(int minimum_size) The minimum size needed for allocation in a given orientationvoid
setFieldNaturalSize
(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, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von 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
-