aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-04-16 12:12:39 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-04-16 12:12:39 +0000
commited4fc9fbbf6b0bc2e43d8116e19e563741464dca (patch)
tree3517f33a35c2c6fb23e9eada786360b31b5ba6ec /ide/preferences.mli
parent490fcaab846dc926c0945df6b0f8fb18c5bb0dd9 (diff)
Add the possibility to change the position of tabs in main window (from r9717).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9774 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 7d2be0012..9d85b5108 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -54,6 +54,8 @@ type pref =
mutable auto_complete : bool;
mutable stop_before : bool;
mutable lax_syntax : bool;
+ mutable vertical_tabs : bool;
+ mutable opposite_tabs : bool;
}
val save_pref : unit -> unit
@@ -61,7 +63,7 @@ val load_pref : unit -> unit
val current : pref ref
-val configure : unit -> unit
+val configure : ?apply:(unit -> unit) -> unit -> unit
val change_font : ( Pango.font_description -> unit) ref
val show_toolbar : (bool -> unit) ref