aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/minilib.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-10 18:34:53 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-10 18:34:53 +0000
commit93b26a7d7cb5f7c86f99589ac740b486c5d51c71 (patch)
tree11dd2181927421b32d415fc1711db770e7f8461f /ide/minilib.mli
parent7b80c5023071a0dead641da1d14078489f6e6f4c (diff)
Menubar and toolbar in coqide using GtkUI & Gactions.
You'll need to remove/edit your ~/.coqiderc and ~/.coqide.keys. As it used to be, accelerator modifiers changes are only done after a reboot but we need more binding in lablgtk to improve that... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14178 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/minilib.mli')
-rw-r--r--ide/minilib.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/minilib.mli b/ide/minilib.mli
index 22338250f..1daa60e1a 100644
--- a/ide/minilib.mli
+++ b/ide/minilib.mli
@@ -17,6 +17,8 @@ val list_filter_i : (int -> 'a -> bool) -> 'a list -> 'a list
val list_chop : int -> 'a list -> 'a list * 'a list
val list_index0 : 'a -> 'a list -> int
+val string_map : (char -> char) -> string -> string
+
val subst_command_placeholder : string -> string -> string
val home : string