Frama-C API - Wfile
File Choosers
type filekind = [ | `FILE| `DIR
]class dialog : ?kind:filekind -> ?title:string -> ?select:string -> ?parent:GWindow.window -> unit -> object ... endDialog for choosing a file. The default file type is `FILE.
A button associated with a dialog to select the file.