module SourceView:sig..end
include GtkSourceView2Props.SourceView
val new_ : unit -> GtkSourceView2_types.source_view Gtk.objval new_with_buffer : [> `sourcebuffer ] Gtk.obj -> GtkSourceView2_types.source_view Gtk.objval set_mark_category_pixbuf : [> `sourceview ] Gtk.obj -> string -> GdkPixbuf.pixbuf option -> unitval get_mark_category_pixbuf : [> `sourceview ] Gtk.obj -> string -> GdkPixbuf.pixbuf optionval set_cursor_color : [> `sourceview ] Gtk.obj -> Gdk.color -> unit