aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authorGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-19 08:48:38 +0000
committerGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-19 08:48:38 +0000
commitdf0bf4b7226efb91b462221ca16463b7f5e93339 (patch)
tree28ed9422399c73c3f7e712bc45340a73ba8f666e /ide/preferences.mli
parentcc9660a305171191a1446818a380a8f58c824f55 (diff)
Coqide : les nouveaute d'aout
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4424 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index d46ad050c..ba5d693e9 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -46,6 +46,7 @@ type pref =
mutable window_width : int;
mutable window_height : int;
mutable use_utf8_notation : bool;
+ mutable auto_complete : bool;
}
val save_pref : unit -> unit
@@ -57,4 +58,5 @@ val configure : unit -> unit
val change_font : ( Pango.font_description -> unit) ref
val show_toolbar : (bool -> unit) ref
+val auto_complete : (bool -> unit) ref
val resize_window : (unit -> unit) ref