package lablgtk3-sourceview3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkSourceView3.SourceBufferSource

include module type of struct include GtkSourceView3Props.SourceBuffer end
Sourceval make_params : cont:(([> `sourcebuffer ] as 'a) Gobject.param list -> 'b) -> 'a Gobject.param list -> ?highlight_matching_brackets:bool -> ?highlight_syntax:bool -> ?language:GtkSourceView3_types.source_language Gobject.obj -> ?max_undo_levels:int -> ?style_scheme:GtkSourceView3_types.source_style_scheme Gobject.obj -> ?undo_manager:GtkSourceView3_types.source_undo_manager Gobject.obj -> 'b
Sourceval new_with_langage : [> `sourcelanguage ] Gtk.obj -> GtkSourceView3_types.source_buffer Gtk.obj
Sourceval undo : [> `sourcebuffer ] Gtk.obj -> unit
Sourceval redo : [> `sourcebuffer ] Gtk.obj -> unit
Sourceval begin_not_undoable_action : [> `sourcebuffer ] Gtk.obj -> unit
Sourceval end_not_undoable_action : [> `sourcebuffer ] Gtk.obj -> unit
Sourceval set_highlight_matching_brackets : [> `sourcebuffer ] Gtk.obj -> bool -> unit
Sourceval create_source_mark : [> `sourcebuffer ] Gtk.obj -> string option -> string option -> Gtk.text_iter -> GtkSourceView3_types.source_mark Gtk.obj
Sourceval remove_source_marks : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> Gtk.text_iter -> string option -> unit
Sourceval get_source_marks_at_line : [> `sourcebuffer ] Gtk.obj -> int -> string option -> GtkSourceView3_types.source_mark Gtk.obj list
Sourceval get_source_marks_at_iter : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string option -> GtkSourceView3_types.source_mark Gtk.obj list
Sourceval forward_iter_to_source_mark : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string option -> bool
Sourceval backward_iter_to_source_mark : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string option -> bool
Sourceval iter_has_context_class : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string -> bool
Sourceval iter_forward_to_context_class_toggle : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string -> bool
Sourceval iter_backward_to_context_class_toggle : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> string -> bool
Sourceval ensure_highlight : [> `sourcebuffer ] Gtk.obj -> Gtk.text_iter -> Gtk.text_iter -> unit
OCaml

Innovation. Community. Security.