From: John L. <jr...@us...> - 2006-05-16 22:47:14
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2550/wxLua/modules/wxbind/setup Modified Files: wxluasetup.h Log Message: add more classes for 2.6.3, wxMediaCtrl, wxURL, wxURI, update grid.i Index: wxluasetup.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxluasetup.h 22 Apr 2006 22:45:01 -0000 1.3 --- wxluasetup.h 16 May 2006 22:47:09 -0000 1.4 *************** *** 70,73 **** --- 70,74 ---- #define wxLUA_USE_wxLuaPrintout 1 #define wxLUA_USE_wxMask 1 + #define wxLUA_USE_wxMediaCtrl 0 // must link to lib #define wxLUA_USE_wxMenu 1 #define wxLUA_USE_wxMessageDialog 1 |