From: John L. <jr...@us...> - 2007-06-18 02:57:00
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7428/wxLua/modules/wxbind/setup Modified Files: wxluasetup.h Log Message: Add more classes from wxWidgets 2.8 Index: wxluasetup.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxluasetup.h 17 Jun 2007 18:36:13 -0000 1.12 --- wxluasetup.h 18 Jun 2007 02:56:27 -0000 1.13 *************** *** 9,12 **** --- 9,13 ---- #define wxLUA_USE_wxAboutDialog 1 #define wxLUA_USE_wxAcceleratorTable 1 + #define wxLUA_USE_wxAnimation 1 #define wxLUA_USE_wxApp 1 #define wxLUA_USE_wxArrayInt 1 *************** *** 14,17 **** --- 15,19 ---- #define wxLUA_USE_wxArtProvider 1 #define wxLUA_USE_wxBitmap 1 + #define wxLUA_USE_wxBitmapComboBox 1 #define wxLUA_USE_wxBitmapButton 1 #define wxLUA_USE_wxBrushList 1 *************** *** 26,29 **** --- 28,32 ---- #define wxLUA_USE_wxClassInfo 1 #define wxLUA_USE_wxClipboard 1 + #define wxLUA_USE_wxCollapsiblePane 1 #define wxLUA_USE_wxColourDialog 1 #define wxLUA_USE_wxColourPenBrush 1 |