Package org.gnome.gtk
Class TextView.TextViewClass
-
Constructor Summary
ConstructorDescriptionAllocate a new TextViewClass.TextViewClass
(Arena arena) Allocate a new TextViewClass.TextViewClass
(MemorySegment address) Create a TextViewClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideBackspace
(Arena arena, Method method) Override virtual methodbackspace
.void
overrideCopyClipboard
(Arena arena, Method method) Override virtual methodcopy_clipboard
.void
overrideCreateBuffer
(Arena arena, Method method) Override virtual methodcreate_buffer
.void
overrideCutClipboard
(Arena arena, Method method) Override virtual methodcut_clipboard
.void
overrideDeleteFromCursor
(Arena arena, Method method) Override virtual methoddelete_from_cursor
.void
overrideExtendSelection
(Arena arena, Method method) Override virtual methodextend_selection
.void
overrideInsertAtCursor
(Arena arena, Method method) Override virtual methodinsert_at_cursor
.void
overrideInsertEmoji
(Arena arena, Method method) Override virtual methodinsert_emoji
.void
overrideMoveCursor
(Arena arena, Method method) Override virtual methodmove_cursor
.void
overridePasteClipboard
(Arena arena, Method method) Override virtual methodpaste_clipboard
.void
overrideSetAnchor
(Arena arena, Method method) Override virtual methodset_anchor
.void
overrideSnapshotLayer
(Arena arena, Method method) Override virtual methodsnapshot_layer
.void
overrideToggleOverwrite
(Arena arena, Method method) Override virtual methodtoggle_overwrite
.Methods inherited from class org.gnome.gtk.Widget.WidgetClass
addBinding, addBinding, addBindingAction, addBindingAction, addBindingSignal, addBindingSignal, addShortcut, bindTemplateCallbackFull, bindTemplateChildFull, getAccessibleRole, getActivateSignal, getCssName, getLayoutManagerType, installAction, installPropertyAction, overrideComputeExpand, overrideContains, overrideCssChanged, overrideDirectionChanged, overrideFocus, overrideGetRequestMode, overrideGrabFocus, overrideHide, overrideKeynavFailed, overrideMap, overrideMeasure, overrideMnemonicActivate, overrideMoveFocus, overrideQueryTooltip, overrideRealize, overrideRoot, overrideSetFocusChild, overrideShow, overrideSizeAllocate, overrideSnapshot, overrideStateFlagsChanged, overrideSystemSettingChanged, overrideUnmap, overrideUnrealize, overrideUnroot, queryAction, setAccessibleRole, setActivateSignal, setActivateSignalFromName, setCssName, setLayoutManagerType, setTemplate, setTemplateFromResource, setTemplateScope
Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecs
Methods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
TextViewClass
Create a TextViewClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
TextViewClass
Allocate a new TextViewClass.- Parameters:
arena
- to control the memory allocation scope
-
TextViewClass
public TextViewClass()Allocate a new TextViewClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideMoveCursor
-
overrideSetAnchor
-
overrideInsertAtCursor
-
overrideDeleteFromCursor
-
overrideBackspace
-
overrideCutClipboard
-
overrideCopyClipboard
-
overridePasteClipboard
-
overrideToggleOverwrite
-
overrideCreateBuffer
-
overrideSnapshotLayer
-
overrideExtendSelection
-
overrideInsertEmoji
-