From: John L. <jr...@us...> - 2008-01-31 04:34:37
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20345/wxLua/bindings Modified Files: genwxbind.lua Log Message: Added wxLuaGridTableBase and it's sample gridtable.wx.lua. Thanks to Hakki Dogusan. Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -d -r1.165 -r1.166 *** genwxbind.lua 29 Jan 2008 04:22:51 -0000 1.165 --- genwxbind.lua 31 Jan 2008 04:34:02 -0000 1.166 *************** *** 2729,2732 **** --- 2729,2737 ---- } + if (parseObject.Name == "wxGridCellWorker") or (parseObject.Name == "wxGridCellEditor") or + (parseObject.Name == "wxGridCellAttr") then + encapsulationBinding.Implementation = "wxLUA_IMPLEMENT_wxGridCellWorker_ENCAPSULATION("..parseObject.Name..", "..MakeVar(parseObject.Name)..")\n" + end + if not encapsulationBindingTable[encapcondition] then encapsulationBindingTable[encapcondition] = {} |