Package ch.bailu.gtk.gtk
Klasse CellAreaContextClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.CellAreaContextClass
- Alle implementierten Schnittstellen:
PointerInterface
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringThis tells the context that an allocation width or height
(or both) have been decided for a group of rows.static final StringReturns the aligned height for the given
width that context must store while collecting sizes for it’s rows.static final StringReturns the aligned width for the given
height that context must store while collecting sizes for it’s rows.static final String
Private field: direct-typestatic final StringClear any previously stored information about requested and
allocated sizes for the context. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gtk.JnaCellAreaContextClass.OnAllocateThis tells the context that an allocation width or height
(or both) have been decided for a group of rows.ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnGetPreferredHeightForWidthReturns the aligned height for the given
width that context must store while collecting sizes for it’s rows.ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnGetPreferredWidthForHeightReturns the aligned width for the given
height that context must store while collecting sizes for it’s rows.ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnResetClear any previously stored information about requested and
allocated sizes for the context.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidThis tells the context that an allocation width or height
(or both) have been decided for a group of rows.voidsetFieldGetPreferredHeightForWidth(CellAreaContextClass.OnGetPreferredHeightForWidth get_preferred_height_for_width) Returns the aligned height for the given
width that context must store while collecting sizes for it’s rows.voidsetFieldGetPreferredWidthForHeight(CellAreaContextClass.OnGetPreferredWidthForHeight get_preferred_width_for_height) Returns the aligned width for the given
height that context must store while collecting sizes for it’s rows.voidClear any previously stored information about requested and
allocated sizes for the context.Von 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
-
PARENT_CLASS
Private field: direct-type- Siehe auch:
-
ALLOCATE
This tells the context that an allocation width or height
(or both) have been decided for a group of rows. The context should
store any allocations for internally aligned cells at this point so
that they dont need to be recalculated at gtk_cell_area_render() time.
SeeCellAreaContextClass.OnAllocate.onAllocate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, int)- Siehe auch:
-
RESET
Clear any previously stored information about requested and
allocated sizes for the context.
SeeCellAreaContextClass.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext)- Siehe auch:
-
GET_PREFERRED_HEIGHT_FOR_WIDTH
Returns the aligned height for the given
width that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)- Siehe auch:
-
GET_PREFERRED_WIDTH_FOR_HEIGHT
Returns the aligned width for the given
height that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)- Siehe auch:
-
-
Konstruktordetails
-
CellAreaContextClass
-
-
Methodendetails
-
getClassHandler
-
setFieldAllocate
This tells the context that an allocation width or height
(or both) have been decided for a group of rows. The context should
store any allocations for internally aligned cells at this point so
that they dont need to be recalculated at gtk_cell_area_render() time.
SeeCellAreaContextClass.OnAllocate.onAllocate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, int) -
getFieldAllocate
public ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnAllocate getFieldAllocate()This tells the context that an allocation width or height
(or both) have been decided for a group of rows. The context should
store any allocations for internally aligned cells at this point so
that they dont need to be recalculated at gtk_cell_area_render() time.
SeeCellAreaContextClass.OnAllocate.onAllocate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, int) -
setFieldReset
Clear any previously stored information about requested and
allocated sizes for the context.
SeeCellAreaContextClass.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext) -
getFieldReset
public ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnReset getFieldReset()Clear any previously stored information about requested and
allocated sizes for the context.
SeeCellAreaContextClass.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext) -
setFieldGetPreferredHeightForWidth
public void setFieldGetPreferredHeightForWidth(CellAreaContextClass.OnGetPreferredHeightForWidth get_preferred_height_for_width) Returns the aligned height for the given
width that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
getFieldGetPreferredHeightForWidth
public ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnGetPreferredHeightForWidth getFieldGetPreferredHeightForWidth()Returns the aligned height for the given
width that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
setFieldGetPreferredWidthForHeight
public void setFieldGetPreferredWidthForHeight(CellAreaContextClass.OnGetPreferredWidthForHeight get_preferred_width_for_height) Returns the aligned width for the given
height that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
getFieldGetPreferredWidthForHeight
public ch.bailu.gtk.gtk.JnaCellAreaContextClass.OnGetPreferredWidthForHeight getFieldGetPreferredWidthForHeight()Returns the aligned width for the given
height that context must store while collecting sizes for it’s rows.
SeeCellAreaContextClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellAreaContext, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-