aboutsummaryrefslogtreecommitdiff
path: root/ide/wg_ScriptView.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-03-19 15:46:13 +0100
committerPierre-Marie Pédrot2019-03-19 15:46:13 +0100
commit2b68b2223527b5bc247bd338ae4613a00654636c (patch)
tree940db9f99a47fa996c1374446f6d944ca5183d21 /ide/wg_ScriptView.mli
parentf1ca51445650a6595a9dfd28c365b83fa25d1eea (diff)
parentcef009d27d79b90ee42e0ea96c487d5a07d803de (diff)
Merge PR #9279: CoqIDE on lablgtk3
Ack-by: MSoegtropIMC Ack-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: ejgallego Ack-by: garrigue Ack-by: herbelin
Diffstat (limited to 'ide/wg_ScriptView.mli')
-rw-r--r--ide/wg_ScriptView.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli
index be6510dbe2..ef7e92ff38 100644
--- a/ide/wg_ScriptView.mli
+++ b/ide/wg_ScriptView.mli
@@ -14,7 +14,7 @@ type source_view = [ Gtk.text_view | `sourceview ] Gtk.obj
class script_view : source_view -> Coq.coqtop ->
object
- inherit GSourceView2.source_view
+ inherit GSourceView3.source_view
method undo : unit -> unit
method redo : unit -> unit
method clear_undo : unit -> unit
@@ -31,8 +31,8 @@ object
end
val script_view : Coq.coqtop ->
- ?source_buffer:GSourceView2.source_buffer ->
- ?draw_spaces:SourceView2Enums.source_draw_spaces_flags list ->
+ ?source_buffer:GSourceView3.source_buffer ->
+ ?draw_spaces:SourceView3Enums.source_draw_spaces_flags list ->
?auto_indent:bool ->
?highlight_current_line:bool ->
?indent_on_tab:bool ->
@@ -42,7 +42,7 @@ val script_view : Coq.coqtop ->
?show_line_marks:bool ->
?show_line_numbers:bool ->
?show_right_margin:bool ->
- ?smart_home_end:SourceView2Enums.source_smart_home_end_type ->
+ ?smart_home_end:SourceView3Enums.source_smart_home_end_type ->
?tab_width:int ->
?editable:bool ->
?cursor_visible:bool ->