[pygtk] gtk.ActionGroup.add_actions and user_data

ilya korchemkin gm.illifant at gmail.com
Sat Mar 27 07:08:47 WST 2010


As documentation says, gtk.ActionGroup.add_actions method has 2 arguments:
entries: a list or tuple of action descriptions
user_data: data to pass to the action callbacks
The same user_data is passed to all of callbacks. Is it possible to
define different user_data for callbacks?


More information about the pygtk mailing list