Interface

GtkSource-5GtkSourceBufferConstructorProps

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;
    highlight_matching_brackets: boolean;
    highlight_syntax: boolean;
    highlightMatchingBrackets: boolean;
    highlightSyntax: boolean;
    implicit_trailing_newline: boolean;
    implicitTrailingNewline: boolean;
    language: GtkSource.Language;
    loading: boolean;
    style_scheme: GtkSource.StyleScheme;
    styleScheme: GtkSource.StyleScheme;
    tag_table: Gtk.TextTagTable;
    tagTable: Gtk.TextTagTable;
    text: string;
}

Hierarchy (View Summary)

Index

Properties

highlight_matching_brackets: boolean
highlight_syntax: boolean
highlightMatchingBrackets: boolean
highlightSyntax: boolean
implicit_trailing_newline: boolean
implicitTrailingNewline: boolean
loading: boolean
style_scheme: GtkSource.StyleScheme
styleScheme: GtkSource.StyleScheme

Properties - Inherited from Gtk

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