Method: GtkApp::TextBuffer#text_marks

Defined in:
lib/gtk_app/text_buffer.rb

#text_marksHash (readonly)

!@attribute [r] text_marks Collection of named text marks used to track user input

Returns:

  • (Hash)


24
25
26
# File 'lib/gtk_app/text_buffer.rb', line 24

def text_marks
  @text_marks
end