class dialog :?kind:filekind -> ?title:string -> ?select:string -> ?parent:GWindow.window -> unit ->
object
..end
Dialog for choosing a file.
The default file type is `FILE
.
signal
method add_filter : descr:string -> patterns:string list -> unit
method select : ?dir:string -> ?file:string -> unit -> unit
Open the dialog. The selected file is signaled via the connected listeners.