7 lines
129 B
OCaml
7 lines
129 B
OCaml
|
(* $Id$ *)
|
||
|
|
||
|
open Widget
|
||
|
|
||
|
val f : ?file:string -> ?pos:int -> ?opendialog:bool -> unit -> unit
|
||
|
(* open the file editor *)
|