module Wfile:sig
..end
typefilekind =
[ `DIR | `FILE ]
class dialog :?kind:filekind -> ?title:string -> ?select:string -> ?parent:GWindow.window -> unit ->
object
..end
Dialog for choosing a file.
:?kind:filekind -> ?title:string -> ?select:string -> ?tooltip:string -> ?parent:GWindow.window -> unit ->
object
..end
A button associated with a dialog to select the file.