On Wed, Jul 22, 2009 at 5:23 AM, Andrea Grandi<[email protected]> wrote: > I've given a look at the list and I've seen that all this methods are > callbacks, so if I understand how to implement a callback, I'll be > able to include it into the override. > > Any idea how to implement it? If you can point me to some good > documentation it would be great :)
I am not aware of any documentation, sorry :( For callbacks, I based on implementations of overrides from the PyGtk sources. You can also take a look on the "hildon_wizard_dialog_set_forward_page_func" override from python-hildon (which was based on PyGtk overrides for functions that receive a function pointer, AKA callback): https://garage.maemo.org/svn/pymaemo/packages/python-hildon/trunk/hildon.override Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
