Module GtkSourceView3.SourceView

module SourceView: sig .. end

include GtkSourceView3Props.SourceView
val new_ : unit -> GtkSourceView3_types.source_view Gtk.obj
val new_with_buffer : [> `sourcebuffer ] Gtk.obj -> GtkSourceView3_types.source_view Gtk.obj
val get_mark_attributes : [> `sourceview ] Gtk.obj ->
category:string -> GtkSourceView3_types.source_mark_attributes Gtk.obj option
val get_mark_priority : [> `sourceview ] Gtk.obj -> category:string -> int
val set_cursor_color : [> `sourceview ] Gtk.obj -> Gdk.color -> unit