Class GSourceView3.source_buffer
method highlight_syntax : bool
method set_highlight_syntax : bool -> unit
method highlight_matching_brackets : bool
method set_highlight_matching_brackets : bool -> unit
method max_undo_levels : int
method set_max_undo_levels : int -> unit
method undo : unit -> unit
method redo : unit -> unit
method begin_not_undoable_action : unit -> unit
method end_not_undoable_action : unit -> unit
method source_marks_at_line : ?category:string -> int -> source_mark list
method remove_source_marks : ?category:string -> start:GText.iter -> stop:GText.iter -> unit -> unit
method forward_iter_to_source_mark : ?category:string -> GText.iter -> bool
method backward_iter_to_source_mark : ?category:string -> GText.iter -> bool
method iter_has_context_class : GText.iter -> string -> bool
method iter_forward_to_context_class_toggle : GText.iter -> string -> bool
method iter_backward_to_context_class_toggle : GText.iter -> string -> bool