On 03/12/2017 06:14 AM, Chris Green wrote:
> There are (of course) event handlers for the 'Save' and 'Cancel'
> button click events in abookeditgui, what I need is hooks from these
> to run some code in abookgui after the abookeditgui has completed. How
> should one do this, is there a way for a class to call code in the
> class 'above' which instantiated it?

Sure.  Have the child object emit custom signal that your parent object
attaches to a callback.



-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to