Class GSourceView.source_bufferSource
method highlight_syntax : boolmethod set_highlight_syntax : bool -> unitmethod highlight_matching_brackets : boolmethod set_highlight_matching_brackets : bool -> unitmethod max_undo_levels : intmethod set_max_undo_levels : int -> unitmethod undo : unit -> unitmethod redo : unit -> unitmethod begin_not_undoable_action : unit -> unitmethod end_not_undoable_action : unit -> unitmethod source_marks_at_line : ?category:string -> int -> source_mark listmethod remove_source_marks : ?category:string ->
start:GText.iter ->
stop:GText.iter ->
unit ->
unitmethod forward_iter_to_source_mark : ?category:string -> GText.iter -> boolmethod backward_iter_to_source_mark : ?category:string -> GText.iter -> boolmethod iter_has_context_class : GText.iter -> string -> boolmethod iter_forward_to_context_class_toggle : GText.iter -> string -> boolmethod iter_backward_to_context_class_toggle : GText.iter -> string -> bool