filechooserwidget
Matthieu Dubuget <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm trying to get access to a GFile.chooser_widget from a .glade file. For this, I would need to convert the Gtk.widget Gtk.obj returned by Glade.get_widget ~name:"filechooserwidget" xmldata into a ([> `filechooser | `gtk | `widget ] as 'a) Gtk.obj But I really don't know how to do this. Thanks Matt