Module Wfile

module Wfile: sig .. end

File Choosers




File Choosers


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