diff options
Diffstat (limited to 'otherlibs/labltk/browser/setpath.mli')
-rw-r--r-- | otherlibs/labltk/browser/setpath.mli | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/setpath.mli b/otherlibs/labltk/browser/setpath.mli new file mode 100644 index 000000000..9801f83e7 --- /dev/null +++ b/otherlibs/labltk/browser/setpath.mli @@ -0,0 +1,10 @@ +(* $Id$ *) + +open Widget + +val add_update_hook : (unit -> unit) -> unit +val exec_update_hooks : unit -> unit + (* things to do when Config.load_path changes *) + +val f : dir:string -> toplevel widget + (* edit the load path *) |