Package org.gnome.gtk
Class CellLayout.CellLayoutIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.CellLayout.CellLayoutIface
-
Constructor Summary
ConstructorDescriptionAllocate a new CellLayoutIface.CellLayoutIface
(Arena arena) Allocate a new CellLayoutIface.CellLayoutIface
(MemorySegment address) Create a CellLayoutIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAddAttribute
(Arena arena, Method method) Override virtual methodadd_attribute
.void
overrideClear
(Arena arena, Method method) Override virtual methodclear
.void
overrideClearAttributes
(Arena arena, Method method) Override virtual methodclear_attributes
.void
overrideGetArea
(Arena arena, Method method) Override virtual methodget_area
.void
overrideGetCells
(Arena arena, Method method) Override virtual methodget_cells
.void
overridePackEnd
(Arena arena, Method method) Override virtual methodpack_end
.void
overridePackStart
(Arena arena, Method method) Override virtual methodpack_start
.void
overrideReorder
(Arena arena, Method method) Override virtual methodreorder
.void
overrideSetCellDataFunc
(Arena arena, Method method) Override virtual methodset_cell_data_func
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
CellLayoutIface
Create a CellLayoutIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
CellLayoutIface
Allocate a new CellLayoutIface.- Parameters:
arena
- to control the memory allocation scope
-
CellLayoutIface
public CellLayoutIface()Allocate a new CellLayoutIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overridePackStart
-
overridePackEnd
-
overrideClear
-
overrideAddAttribute
-
overrideSetCellDataFunc
-
overrideClearAttributes
-
overrideReorder
-
overrideGetCells
-
overrideGetArea
-