Update of /cvsroot/wxlua/wxLua/bindings
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25876/wxLua/bindings
Modified Files:
genwxbind.bat
Log Message:
Fix genwxbind.bat to do wxluacan bindings correctly.
Add wxGridCellCoordsArray to bindings and functions for wxGrid to get selected cells.
Cleanup bindings.wx.lua to not make you have to click to show overloaded functions, just show them inline.
Index: genwxbind.bat
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.bat,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** genwxbind.bat 2 Feb 2008 15:39:05 -0000 1.12
--- genwxbind.bat 13 Dec 2008 22:35:52 -0000 1.13
***************
*** 78,82 ****
echo Generating wxLuaCan app Binding
cd ..\apps\wxluacan\src
! %LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ../../../bindings/genwxbind.lua
cd ..\..\..\bindings
--- 78,82 ----
echo Generating wxLuaCan app Binding
cd ..\apps\wxluacan\src
! ..\..\%LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ../../../bindings/genwxbind.lua
cd ..\..\..\bindings
|