Class TreeRowData
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gtk.TreeRowData
- All Implemented Interfaces:
Proxy
-
Constructor Summary
ConstructorsConstructorDescriptionAllocate a new TreeRowData.TreeRowData(Arena arena) Allocate a new TreeRowData.TreeRowData(MemorySegment address) Create a TreeRowData proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.static @Nullable TypegetType()Get the GType of the TreeRowData class.Methods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
TreeRowData
Create a TreeRowData proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
TreeRowData
Allocate a new TreeRowData.- Parameters:
arena- to control the memory allocation scope
-
TreeRowData
public TreeRowData()Allocate a new TreeRowData. The memory is allocated withArena.ofAuto().
-
-
Method Details
-
getType
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-