Re: [PythonReports-users] Refactor Editor to be able to integrate it into another wxPython app
Brought to you by:
a1s
From: Den P. <kac...@gm...> - 2012-12-18 16:59:52
|
2012/12/18 Werner F. Bruhin <wer...@fr...>: > would a patch along these lines be acceptable Yes, I think it whould be usefull. You can also try to link Environment with Frame, not with App, to be able to create many editor Frames. But I don't know, how to organize normal access to such linking, except of passing Environment to any created object... |