diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-15 10:09:55 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-15 10:09:55 +0000 |
commit | 2fe1f4d4a015ba07268ba2df584d62f522ec2404 (patch) | |
tree | 7ece0870d74759a4fa4834b3d1150c8d073253b0 /otherlibs/labltk/browser/setpath.mli | |
parent | 3c173951eca67779ce53f9ec036a76f6bf82451f (diff) |
Incorporation des améliorations de la dernière version de ocamltk41.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2818 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/setpath.mli')
-rw-r--r-- | otherlibs/labltk/browser/setpath.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/setpath.mli b/otherlibs/labltk/browser/setpath.mli index 556d17b30..750fbde84 100644 --- a/otherlibs/labltk/browser/setpath.mli +++ b/otherlibs/labltk/browser/setpath.mli @@ -19,5 +19,6 @@ val add_update_hook : (unit -> unit) -> unit val exec_update_hooks : unit -> unit (* things to do when Config.load_path changes *) +val set : dir:string -> unit val f : dir:string -> toplevel widget (* edit the load path *) |