aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideutils.mli
diff options
context:
space:
mode:
authorGravatar jnarboux <jnarboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-28 10:42:45 +0000
committerGravatar jnarboux <jnarboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-28 10:42:45 +0000
commitbfa77b2469d33955c01139389be998d262085cda (patch)
tree09e93e5a1f4adbb4355a6856547785e3ca688fdc /ide/ideutils.mli
parent82953966601e6369b912529fe24f779704411c3d (diff)
add support for pdf in coqdoc, add export to pdf in coqide, port open and save as dialogs of coqide to a not deprecated widget, add filtering of *.v files in these dialogs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11006 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/ideutils.mli')
-rw-r--r--ide/ideutils.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/ide/ideutils.mli b/ide/ideutils.mli
index 6b8307fc5..2c190c4c6 100644
--- a/ide/ideutils.mli
+++ b/ide/ideutils.mli
@@ -40,7 +40,10 @@ val print_id : 'a -> unit
val read_stdout : unit -> string
val revert_timer : GMain.Timeout.id option ref
val auto_save_timer : GMain.Timeout.id option ref
-val select_file :
+val select_file_for_open :
+ title:string ->
+ ?dir:string ref -> ?filename:string -> unit -> string option
+val select_file_for_save :
title:string ->
?dir:string ref -> ?filename:string -> unit -> string option
val set_highlight_timer : (unit -> 'a) -> unit