Package org.gnome.gtk
Class TreeSortable.TreeSortableIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.TreeSortable.TreeSortableIface
-
Constructor Summary
ConstructorDescriptionAllocate a new TreeSortableIface.TreeSortableIface
(Arena arena) Allocate a new TreeSortableIface.TreeSortableIface
(MemorySegment address) Create a TreeSortableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetSortColumnId
(Arena arena, Method method) Override virtual methodget_sort_column_id
.void
overrideHasDefaultSortFunc
(Arena arena, Method method) Override virtual methodhas_default_sort_func
.void
overrideSetDefaultSortFunc
(Arena arena, Method method) Override virtual methodset_default_sort_func
.void
overrideSetSortColumnId
(Arena arena, Method method) Override virtual methodset_sort_column_id
.void
overrideSetSortFunc
(Arena arena, Method method) Override virtual methodset_sort_func
.void
overrideSortColumnChanged
(Arena arena, Method method) Override virtual methodsort_column_changed
.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
-
TreeSortableIface
Create a TreeSortableIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
TreeSortableIface
Allocate a new TreeSortableIface.- Parameters:
arena
- to control the memory allocation scope
-
TreeSortableIface
public TreeSortableIface()Allocate a new TreeSortableIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideSortColumnChanged
-
overrideGetSortColumnId
-
overrideSetSortColumnId
-
overrideSetSortFunc
-
overrideSetDefaultSortFunc
-
overrideHasDefaultSortFunc
-