From: John L. <jr...@us...> - 2006-06-12 03:51:08
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13456/wxLua/bindings Modified Files: genwxbind.lua Log Message: update lua to 5.1.1 update wxLua bindings to changes in wxWidgets CVS HEAD 2.7.0 Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** genwxbind.lua 12 Jun 2006 02:48:09 -0000 1.74 --- genwxbind.lua 12 Jun 2006 03:50:35 -0000 1.75 *************** *** 3515,3521 **** if (not member.IsOverload) or (member.Name ~= parseObject.Name) or (overloadCount[funcNameBase] == 1) then local f = funcNameBase - if string.find(funcNameBase, "wxLua_wxControlWithItems_Append", 1, 1) then - print(funcNameBase, funcName, member.Name, member.AltName) - end if member.AltName and (member.AltName ~= member.Name) then f = funcName end funcMap = " { "..funcType..", \""..funcLuaCall.."\", "..f..", "..paramCount..", "..requiredParamCount..", "..overload_argList.."0 } },\n" --- 3515,3518 ---- |