Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8015/wxLua/modules/wxlua/include
Modified Files:
wxlbind.h
Log Message:
add binding tag for LuaFunction
add %overload up to file.i, note static funcs don't work now
add SortItems function for wxListCtrl, untested
tabs -> spaces
Index: wxlbind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wxlbind.h 14 May 2006 17:45:05 -0000 1.17
--- wxlbind.h 18 May 2006 05:47:40 -0000 1.18
***************
*** 70,74 ****
extern int s_wxluaarg_UserData;
extern int s_wxluaarg_LuaTable;
!
struct WXLUACLASS // defines a LUA class interface
--- 70,74 ----
extern int s_wxluaarg_UserData;
extern int s_wxluaarg_LuaTable;
! extern int s_wxluaarg_LuaFunction;
struct WXLUACLASS // defines a LUA class interface
|