diff options
| author | Hugo Herbelin | 2018-12-23 19:55:09 +0100 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-19 08:40:20 +0000 |
| commit | 7af4cbfda15a8bb3300aeae7e074c7527cc7af10 (patch) | |
| tree | 64efca84345ce58fd5698fe03afafe65ee5af99c /ide/ideutils.mli | |
| parent | b373967afc2ba95fdeb850c1af9c89637a2afbb4 (diff) | |
CoqIDE: Ensuring that load/save windows are not hidden by their parent.
Diffstat (limited to 'ide/ideutils.mli')
| -rw-r--r-- | ide/ideutils.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ide/ideutils.mli b/ide/ideutils.mli index cc7d865325..57f59d19fe 100644 --- a/ide/ideutils.mli +++ b/ide/ideutils.mli @@ -30,9 +30,10 @@ val find_tag_limits : GText.tag -> GText.iter -> GText.iter * GText.iter val find_tag_start : GText.tag -> GText.iter -> GText.iter val find_tag_stop : GText.tag -> GText.iter -> GText.iter -val select_file_for_open : title:string -> ?filter:bool -> ?filename:string -> unit -> string option +val select_file_for_open : + title:string -> ?filter:bool -> ?parent:GWindow.window -> ?filename:string -> unit -> string option val select_file_for_save : - title:string -> ?filename:string -> unit -> string option + title:string -> ?parent:GWindow.window -> ?filename:string -> unit -> string option val try_convert : string -> string val try_export : string -> string -> bool val stock_to_widget : |
