From: Anders A. <all...@gm...> - 2012-07-08 00:44:28
|
Thank you I will try both wxLua and wxPython and decide later. Just two more things, please bare with me. I wonder why there is no wxLua development branch for wxWidgets 2.9.x, currently there are a lot checkver in the interface files. Wouldn't it be easier to create a wxLua dev branch and try porting some of the new code then to just port everything when 3.0 is out. By the way, I don't think wxWidgets 3.0 will be out any time soon, my guess is 1-2 years. Check https://groups.google.com/forum/?fromgroups#!topic/wx-dev/38oca9be_7g In the wxLua Manual it's mentioned that one can extend classes in Lua which works well for small class, but not if you are adding a lot of new functions. The problem is that in every function you add, the self variable must be added in the argument and you must assign that function to the object. Is there a way to avoid this? The lua inheritance tutorial does not seem to work here. |