Package org.gnome.gtk
Class CellEditable.CellEditableIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.CellEditable.CellEditableIface
-
Constructor Summary
ConstructorDescriptionAllocate a new CellEditableIface.CellEditableIface
(Arena arena) Allocate a new CellEditableIface.CellEditableIface
(MemorySegment address) Create a CellEditableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideEditingDone
(Arena arena, Method method) Override virtual methodediting_done
.void
overrideRemoveWidget
(Arena arena, Method method) Override virtual methodremove_widget
.void
overrideStartEditing
(Arena arena, Method method) Override virtual methodstart_editing
.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
-
CellEditableIface
Create a CellEditableIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
CellEditableIface
Allocate a new CellEditableIface.- Parameters:
arena
- to control the memory allocation scope
-
CellEditableIface
public CellEditableIface()Allocate a new CellEditableIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideEditingDone
-
overrideRemoveWidget
-
overrideStartEditing
-