Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

gtef_style_scheme_id?: string

The #GtkSourceBuffer:style-scheme ID, as a string. This property is useful for binding it to a #GSettings key.

When the #GtkSourceBuffer:style-scheme is %NULL, #GtefBuffer:gtef-style-scheme-id contains the empty string.

highlight_matching_brackets?: boolean

Whether to highlight matching brackets in the buffer.

highlight_syntax?: boolean

Whether to highlight syntax in the buffer.

implicit_trailing_newline?: boolean

Whether the buffer has an implicit trailing newline. See gtk_source_buffer_set_implicit_trailing_newline().

language?: GtkSource.Language
max_undo_levels?: number

Number of undo levels for the buffer. -1 means no limit. This property will only affect the default undo manager.

style_scheme?: GtkSource.StyleScheme

Style scheme. It contains styles for syntax highlighting, optionally foreground, background, cursor color, current line color, and matching brackets style.

tag_table?: Gtk.TextTagTable
text?: string

The text content of the buffer. Without child widgets and images, see gtk_text_buffer_get_text() for more information.

undo_manager?: GtkSource.UndoManager

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method