diff options
Diffstat (limited to 'otherlibs/labltk/browser/editor.mli')
-rw-r--r-- | otherlibs/labltk/browser/editor.mli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/editor.mli b/otherlibs/labltk/browser/editor.mli new file mode 100644 index 000000000..3515dc148 --- /dev/null +++ b/otherlibs/labltk/browser/editor.mli @@ -0,0 +1,6 @@ +(* $Id$ *) + +open Widget + +val f : ?file:string -> ?pos:int -> ?opendialog:bool -> unit -> unit + (* open the file editor *) |