module GFile:sig
..end
The new file chooser widget
class filter :[> Gtk.file_filter ] Gtk.obj ->
object
..end
val filter : ?name:string ->
?patterns:string list -> ?mime_types:string list -> unit -> filter
class type chooser_signals =object
..end
class type chooser =object
..end
class chooser_widget_signals :[> `filechooser | `giu | `widget ] Gtk.obj ->
object
..end
class chooser_widget :[> `filechooser | `giu | `widget ] Gtk.obj ->
object
..end
val chooser_widget : action:Gtk.Tags.file_chooser_action ->
?filename:string ->
?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> chooser_widget
:[> `container | `filechooser | `giu | `widget ] Gtk.obj ->
object
..end
:[> Gtk.file_chooser_button ] Gtk.obj ->
object
..end
action:Gtk.Tags.file_chooser_action ->
?title:string ->
?width_chars:int ->
?filename:string ->
?border_width:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> chooser_button
: