Colin Brown wrote:
Added the following lines to Pixmaps.py and the code now works okay:def focusStack(self): return self.base.focusStack() def saveGraphicsState(self): return self.base.saveGraphicsState() def restoreGraphicsState(self): return self.base.restoreGraphicsState()
Great, thanks. I'll incorporate this into the next release. -- Greg _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
