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