Interface

Gtk-4.0GtkTextBufferConstructorProps

interface ConstructorProps {
    can_redo: boolean;
    can_undo: boolean;
    canRedo: boolean;
    canUndo: boolean;
    cursor_position: number;
    cursorPosition: number;
    enable_undo: boolean;
    enableUndo: boolean;
    has_selection: boolean;
    hasSelection: boolean;
    tag_table: Gtk.TextTagTable;
    tagTable: Gtk.TextTagTable;
    text: string;
}

Hierarchy (View Summary)

Index

Properties

can_redo: boolean
can_undo: boolean
canRedo: boolean
canUndo: boolean
cursor_position: number
cursorPosition: number
enable_undo: boolean
enableUndo: boolean
has_selection: boolean
hasSelection: boolean
tag_table: Gtk.TextTagTable
tagTable: Gtk.TextTagTable
text: string