GtkSourceView_types.source_buffer Gtk.obj ->
object
method add_selection_clipboard : GData.clipboard -> unit
method apply_tag : GText.tag -> start:GText.iter -> stop:GText.iter -> unit
method apply_tag_by_name :
string -> start:GText.iter -> stop:GText.iter -> unit
method as_buffer : Gtk.text_buffer
method as_source_buffer : GtkSourceView_types.source_buffer Gtk.obj
method begin_not_undoable_action : unit -> unit
method begin_user_action : unit -> unit
method bounds : GText.iter * GText.iter
method can_redo : bool
method can_undo : bool
method char_count : int
method check_brackets : bool
method connect : GSourceView.source_buffer_signals
method copy_clipboard : GData.clipboard -> unit
method create_child_anchor : GText.iter -> GText.child_anchor
method create_mark :
?name:string -> ?left_gravity:bool -> GText.iter -> Gtk.text_mark
method create_marker :
?name:string -> ?typ:string -> GText.iter -> GSourceView.source_marker
method create_tag : ?name:string -> GText.tag_property list -> GText.tag
method cursor_position : int
method cut_clipboard : ?default_editable:bool -> GData.clipboard -> unit
method delete : start:GText.iter -> stop:GText.iter -> unit
method delete_interactive :
start:GText.iter ->
stop:GText.iter -> ?default_editable:bool -> unit -> bool
method delete_mark : GText.mark -> unit
method delete_marker : GSourceView.source_marker -> unit
method delete_selection :
?interactive:bool -> ?default_editable:bool -> unit -> bool
method end_iter : GText.iter
method end_not_undoable_action : unit -> unit
method end_user_action : unit -> unit
method escape_char : Glib.unichar
method get_first_marker : GSourceView.source_marker option
method get_iter : GText.position -> GText.iter
method get_iter_at_byte : line:int -> int -> GText.iter
method get_iter_at_char : ?line:int -> int -> GText.iter
method get_iter_at_mark : GText.mark -> GText.iter
method get_iter_at_marker : GSourceView.source_marker -> GText.iter
method get_last_marker : GSourceView.source_marker option
method get_mark : GText.mark -> Gtk.text_mark
method get_marker : string -> GSourceView.source_marker
method get_markers_in_region :
start:GText.iter -> stop:GText.iter -> GSourceView.source_marker list
method get_next_marker : GText.iter -> GSourceView.source_marker option
method get_oid : int
method get_prev_marker : GText.iter -> GSourceView.source_marker option
method get_text :
?start:GText.iter ->
?stop:GText.iter -> ?slice:bool -> ?visible:bool -> unit -> string
method has_selection : bool
method highlight : bool
method insert :
?iter:GText.iter ->
?tag_names:string list -> ?tags:GText.tag list -> string -> unit
method insert_child_anchor : GText.iter -> GText.child_anchor -> unit
method insert_interactive :
?iter:GText.iter -> ?default_editable:bool -> string -> bool
method insert_pixbuf : iter:GText.iter -> pixbuf:GdkPixbuf.pixbuf -> unit
method insert_range :
iter:GText.iter -> start:GText.iter -> stop:GText.iter -> unit
method insert_range_interactive :
iter:GText.iter ->
start:GText.iter ->
stop:GText.iter -> ?default_editable:bool -> unit -> bool
method language : GSourceView.source_language option
method line_count : int
method max_undo_levels : int
method misc : GObj.gobject_ops
method modified : bool
method move_mark : GText.mark -> where:GText.iter -> unit
method move_marker : GSourceView.source_marker -> GText.iter -> unit
method paste_clipboard :
?iter:GText.iter -> ?default_editable:bool -> GData.clipboard -> unit
method place_cursor : where:GText.iter -> unit
method redo : unit -> unit
method remove_all_tags : start:GText.iter -> stop:GText.iter -> unit
method remove_selection_clipboard : GData.clipboard -> unit
method remove_tag :
GText.tag -> start:GText.iter -> stop:GText.iter -> unit
method remove_tag_by_name :
string -> start:GText.iter -> stop:GText.iter -> unit
method select_range : GText.iter -> GText.iter -> unit
method selection_bounds : GText.iter * GText.iter
method set_bracket_match_style : GSourceView.source_tag_style -> unit
method set_check_brackets : bool -> unit
method set_escape_char : Glib.unichar -> unit
method set_highlight : bool -> unit
method set_language : GSourceView.source_language -> unit
method set_max_undo_levels : int -> unit
method set_modified : bool -> unit
method set_text : string -> unit
method source_tag_table : GSourceView.source_tag_table
method start_iter : GText.iter
method tag_table : Gtk.text_tag_table
method undo : unit -> unit
end