GSourceView.source_buffer.3o

Langue: en

Version: 283272 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GSourceView.source_buffer - no description

Class

Class GSourceView.source_buffer

Documentation

class source_buffer : GtkSourceView_types.source_buffer Gtk.obj -> object end

Parameters:

""

GtkSourceView_types.source_buffer Gtk.obj

method as_source_buffer : GtkSourceView_types.source_buffer Gtk.obj

method connect : GSourceView.source_buffer_signals

method misc : GObj.gobject_ops

method check_brackets : bool

method set_check_brackets : bool -> unit

method set_bracket_match_style : GSourceView.source_tag_style -> unit

method highlight : bool

method set_highlight : bool -> unit

method max_undo_levels : int

method set_max_undo_levels : int -> unit

method language : GSourceView.source_language option

method set_language : GSourceView.source_language -> unit

method escape_char : Glib.unichar

method set_escape_char : Glib.unichar -> unit

method can_undo : bool

method can_redo : bool

method undo : unit -> unit

method redo : unit -> unit

method begin_not_undoable_action : unit -> unit

method end_not_undoable_action : unit -> unit

method create_marker : ?name:string -> ?typ:string -> GText.iter -> GSourceView.source_marker

method move_marker : GSourceView.source_marker -> GText.iter -> unit

method delete_marker : GSourceView.source_marker -> unit

method get_marker : string -> GSourceView.source_marker

Raises Not_found if the marker does not exist.

method get_markers_in_region : start:GText.iter -> stop:GText.iter -> GSourceView.source_marker list

method get_first_marker : GSourceView.source_marker option

method get_last_marker : GSourceView.source_marker option

method get_iter_at_marker : GSourceView.source_marker -> GText.iter

method get_next_marker : GText.iter -> GSourceView.source_marker option

method get_prev_marker : GText.iter -> GSourceView.source_marker option

method source_tag_table : GSourceView.source_tag_table