Hello list, I'm porting to PyGI and now wondering how to use Gtk.RecentManager.add_full. It requires a Gtk.RecentData instance as an argument. Gtk.RecentData is a struct according to the C docs. So, the question is, how do I use these structs from Python? I have managed to instantiate one with a simple Gtk.RecentData() call, but I don't know how to set values for its fields.
-- Osmo Salomaa <[email protected]> _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
