summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/browser/setpath.mli
blob: 9801f83e7e18a2958d4dc092286f1d0ad3f73202 (plain)
1
2
3
4
5
6
7
8
9
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 *)