From: John L. <jr...@us...> - 2007-06-13 04:15:57
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9645/wxLua/bindings Modified Files: genwxbind.lua Log Message: Remove class member functions that are duplicates of their baseclass functions Fix wxClassInfo is NOT a wxObject Add more capability to bindings.wx.lua Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** genwxbind.lua 13 Jun 2007 00:08:57 -0000 1.120 --- genwxbind.lua 13 Jun 2007 04:15:21 -0000 1.121 *************** *** 3813,3816 **** --- 3813,3817 ---- for i = 1, #sortedBindings[n] do local condition = sortedBindings[n][i].Condition + --[[ -- FIXME implement duplicate entries check |