sig
  val cast : 'Gobject.obj -> Gtk.file_chooser_button Gobject.obj
  module P :
    sig
      val title : ([> `filechooserbutton ], string) Gobject.property
      val width_chars : ([> `filechooserbutton ], int) Gobject.property
    end
  val create :
    Gtk.file_chooser_button Gobject.param list ->
    Gtk.file_chooser_button Gobject.obj
end