Package org.gnome.gtk
Class AccessibleText.AccessibleTextInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.AccessibleText.AccessibleTextInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
AccessibleText
The interface vtable for accessible objects containing text.
-
Constructor Summary
ConstructorDescriptionAllocate a new AccessibleTextInterface.AccessibleTextInterface
(Arena arena) Allocate a new AccessibleTextInterface.AccessibleTextInterface
(MemorySegment address) Create a AccessibleTextInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetAttributes
(Arena arena, Method method) Override virtual methodget_attributes
.void
overrideGetCaretPosition
(Arena arena, Method method) Override virtual methodget_caret_position
.void
overrideGetContents
(Arena arena, Method method) Override virtual methodget_contents
.void
overrideGetContentsAt
(Arena arena, Method method) Override virtual methodget_contents_at
.void
overrideGetDefaultAttributes
(Arena arena, Method method) Override virtual methodget_default_attributes
.void
overrideGetExtents
(Arena arena, Method method) Override virtual methodget_extents
.void
overrideGetOffset
(Arena arena, Method method) Override virtual methodget_offset
.void
overrideGetSelection
(Arena arena, Method method) Override virtual methodget_selection
.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
-
AccessibleTextInterface
Create a AccessibleTextInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
AccessibleTextInterface
Allocate a new AccessibleTextInterface.- Parameters:
arena
- to control the memory allocation scope
-
AccessibleTextInterface
public AccessibleTextInterface()Allocate a new AccessibleTextInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetContents
-
overrideGetContentsAt
-
overrideGetCaretPosition
-
overrideGetSelection
-
overrideGetAttributes
-
overrideGetDefaultAttributes
-
overrideGetExtents
-
overrideGetOffset
-