hi i see that wxpython have diferent names. the wx.lib.agw.aui.manager
the wx.aui.manager and the wx.lib.agw.aui.framemanager
and i ask me what is the diference?
hi i see that wxpython have diferent names. the wx.lib.agw.aui.manager
the wx.aui.manager and the wx.lib.agw.aui.framemanager
and i ask me what is the diference?
Hi,
hi i see that wxpython have diferent names. the wx.lib.agw.aui.manager
the wx.aui.manager and the wx.lib.agw.aui.framemanagerand i ask me what is the diference?
There are only 2 AuiManager, one comes from wx.aui and the other one
from wx.lib.agw.aui. The first one is the wrapped C++ implementation,
while the second one is the pure-Python implementation of wx.aui.
wx.lib.agw.aui supports few more goodies and most of the AUI-related
bugs are fixed in the Python version.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
On 26 February 2010 20:14, iozk_Live wrote: