Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32575/wxLua/modules/wxbind/src Modified Files: appframe.cpp clipdrag.cpp config.cpp controls.cpp data.cpp datetime.cpp defsutil.cpp dialogs.cpp event.cpp file.cpp gdi.cpp geometry.cpp grid.cpp help.cpp html.cpp image.cpp mdi.cpp menutool.cpp print.cpp regex.cpp sizer.cpp socket.cpp thread.cpp wave.cpp windows.cpp wx_bind.cpp wxlua.cpp xml.cpp Log Message: Change WXLUACLASS to keep a pointer to the base class's WXLUACLASS not it's tag for faster lookup. cleanup of the headers, more comments Index: xml.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/xml.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** xml.cpp 23 Feb 2007 04:35:33 -0000 1.22 --- xml.cpp 26 Feb 2007 01:57:05 -0000 1.23 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // ------------------------------------------------------------------------------------------------- // Bind class wxXmlNode ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlNode' --- 28,34 ---- #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // --------------------------------------------------------------------------- // Bind class wxXmlNode ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlNode' *************** *** 551,557 **** #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // ------------------------------------------------------------------------------------------------- // Bind class wxXmlProperty ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlProperty' --- 551,557 ---- #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // --------------------------------------------------------------------------- // Bind class wxXmlProperty ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlProperty' *************** *** 737,743 **** #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // ------------------------------------------------------------------------------------------------- // Bind class wxXmlDocument ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlDocument' --- 737,743 ---- #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // --------------------------------------------------------------------------- // Bind class wxXmlDocument ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlDocument' *************** *** 981,987 **** #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // ------------------------------------------------------------------------------------------------- // Bind class wxXmlResourceHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlResourceHandler' --- 981,987 ---- #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // --------------------------------------------------------------------------- // Bind class wxXmlResourceHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlResourceHandler' *************** *** 1005,1011 **** #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // ------------------------------------------------------------------------------------------------- // Bind class wxXmlResource ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlResource' --- 1005,1011 ---- #if wxLUA_USE_wxXMLResource && wxUSE_XML ! // --------------------------------------------------------------------------- // Bind class wxXmlResource ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXmlResource' Index: defsutil.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/defsutil.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** defsutil.cpp 22 Feb 2007 00:01:34 -0000 1.24 --- defsutil.cpp 26 Feb 2007 01:57:02 -0000 1.25 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxProcess ! // ------------------------------------------------------------------------------------------------- // Bind class wxProcess ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxProcess' --- 28,34 ---- #if wxLUA_USE_wxProcess ! // --------------------------------------------------------------------------- // Bind class wxProcess ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxProcess' *************** *** 344,350 **** #if wxCHECK_VERSION(2,7,0) ! // ------------------------------------------------------------------------------------------------- // Bind class wxMouseState ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMouseState' --- 344,350 ---- #if wxCHECK_VERSION(2,7,0) ! // --------------------------------------------------------------------------- // Bind class wxMouseState ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMouseState' *************** *** 709,715 **** #if wxLUA_USE_wxBusyCursor ! // ------------------------------------------------------------------------------------------------- // Bind class wxBusyCursor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBusyCursor' --- 709,715 ---- #if wxLUA_USE_wxBusyCursor ! // --------------------------------------------------------------------------- // Bind class wxBusyCursor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBusyCursor' *************** *** 786,792 **** #if wxLUA_USE_wxBusyInfo && wxUSE_BUSYINFO ! // ------------------------------------------------------------------------------------------------- // Bind class wxBusyInfo ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBusyInfo' --- 786,792 ---- #if wxLUA_USE_wxBusyInfo && wxUSE_BUSYINFO ! // --------------------------------------------------------------------------- // Bind class wxBusyInfo ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBusyInfo' Index: wxlua.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxlua.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** wxlua.cpp 23 Feb 2007 04:35:33 -0000 1.28 --- wxlua.cpp 26 Feb 2007 01:57:05 -0000 1.29 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 26,32 **** ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaState ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaState' --- 26,32 ---- ! // --------------------------------------------------------------------------- // Bind class wxLuaState ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaState' *************** *** 68,74 **** int wxLuaState_methodCount = sizeof(wxLuaState_methods)/sizeof(wxLuaState_methods[0]); ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaObject ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaObject' --- 68,74 ---- int wxLuaState_methodCount = sizeof(wxLuaState_methods)/sizeof(wxLuaState_methods[0]); ! // --------------------------------------------------------------------------- // Bind class wxLuaObject ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaObject' *************** *** 217,223 **** #if wxLUA_USE_wxLuaPrintout ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaPrintout ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaPrintout' --- 217,223 ---- #if wxLUA_USE_wxLuaPrintout ! // --------------------------------------------------------------------------- // Bind class wxLuaPrintout ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaPrintout' *************** *** 326,332 **** #if wxLUA_USE_wxLuaHtmlWindow ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaHtmlWindow ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaHtmlWindow' --- 326,332 ---- #if wxLUA_USE_wxLuaHtmlWindow ! // --------------------------------------------------------------------------- // Bind class wxLuaHtmlWindow ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaHtmlWindow' *************** *** 391,397 **** #if wxLUA_USE_wxLuaHtmlWindow ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaHtmlWinTagEvent ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaHtmlWinTagEvent' --- 391,397 ---- #if wxLUA_USE_wxLuaHtmlWindow ! // --------------------------------------------------------------------------- // Bind class wxLuaHtmlWinTagEvent ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaHtmlWinTagEvent' *************** *** 514,520 **** #if wxLUA_USE_wxTreeCtrl ! // ------------------------------------------------------------------------------------------------- // Bind class wxLuaTreeItemData ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaTreeItemData' --- 514,520 ---- #if wxLUA_USE_wxTreeCtrl ! // --------------------------------------------------------------------------- // Bind class wxLuaTreeItemData ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxLuaTreeItemData' Index: image.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/image.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** image.cpp 23 Feb 2007 04:35:32 -0000 1.26 --- image.cpp 26 Feb 2007 01:57:03 -0000 1.27 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // ------------------------------------------------------------------------------------------------- // Bind class wxImage ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxImage' --- 28,34 ---- #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // --------------------------------------------------------------------------- // Bind class wxImage ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxImage' *************** *** 1581,1587 **** #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // ------------------------------------------------------------------------------------------------- // Bind class wxImageHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxImageHandler' --- 1581,1587 ---- #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // --------------------------------------------------------------------------- // Bind class wxImageHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxImageHandler' *************** *** 1837,1843 **** #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // ------------------------------------------------------------------------------------------------- // Bind class wxBMPHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBMPHandler' --- 1837,1843 ---- #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // --------------------------------------------------------------------------- // Bind class wxBMPHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxBMPHandler' *************** *** 1878,1884 **** #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxICOHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxICOHandler' --- 1878,1884 ---- #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxICOHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxICOHandler' *************** *** 1919,1925 **** #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxCURHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCURHandler' --- 1919,1925 ---- #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxCURHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCURHandler' *************** *** 1960,1966 **** #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxANIHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxANIHandler' --- 1960,1966 ---- #if (wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxANIHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxANIHandler' *************** *** 2001,2007 **** #if (wxUSE_IFF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxIFFHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxIFFHandler' --- 2001,2007 ---- #if (wxUSE_IFF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxIFFHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxIFFHandler' *************** *** 2042,2048 **** #if (wxUSE_GIF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxGIFHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGIFHandler' --- 2042,2048 ---- #if (wxUSE_GIF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxGIFHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGIFHandler' *************** *** 2083,2089 **** #if (wxUSE_LIBJPEG) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxJPEGHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxJPEGHandler' --- 2083,2089 ---- #if (wxUSE_LIBJPEG) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxJPEGHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxJPEGHandler' *************** *** 2124,2130 **** #if (wxUSE_PCX) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxPCXHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPCXHandler' --- 2124,2130 ---- #if (wxUSE_PCX) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxPCXHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPCXHandler' *************** *** 2165,2171 **** #if (wxUSE_LIBPNG) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxPNGHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPNGHandler' --- 2165,2171 ---- #if (wxUSE_LIBPNG) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxPNGHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPNGHandler' *************** *** 2206,2212 **** #if (wxUSE_PNM) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxPNMHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPNMHandler' --- 2206,2212 ---- #if (wxUSE_PNM) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxPNMHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxPNMHandler' *************** *** 2247,2253 **** #if (wxUSE_LIBTIFF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // ------------------------------------------------------------------------------------------------- // Bind class wxTIFFHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxTIFFHandler' --- 2247,2253 ---- #if (wxUSE_LIBTIFF) && (wxLUA_USE_wxImage && wxUSE_IMAGE) ! // --------------------------------------------------------------------------- // Bind class wxTIFFHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxTIFFHandler' *************** *** 2288,2294 **** #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // ------------------------------------------------------------------------------------------------- // Bind class wxXPMHandler ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXPMHandler' --- 2288,2294 ---- #if wxLUA_USE_wxImage && wxUSE_IMAGE ! // --------------------------------------------------------------------------- // Bind class wxXPMHandler ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxXPMHandler' *************** *** 2329,2335 **** #if wxLUA_USE_wxArtProvider ! // ------------------------------------------------------------------------------------------------- // Bind class wxArtProvider ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxArtProvider' --- 2329,2335 ---- #if wxLUA_USE_wxArtProvider ! // --------------------------------------------------------------------------- // Bind class wxArtProvider ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxArtProvider' Index: mdi.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/mdi.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mdi.cpp 23 Feb 2007 04:35:32 -0000 1.25 --- mdi.cpp 26 Feb 2007 01:57:03 -0000 1.26 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxMDIClientWindow ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIClientWindow' --- 28,34 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxMDIClientWindow ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIClientWindow' *************** *** 52,58 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxMDIParentFrame ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIParentFrame' --- 52,58 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxMDIParentFrame ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIParentFrame' *************** *** 374,380 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxMDIChildFrame ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIChildFrame' --- 374,380 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxMDIChildFrame ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxMDIChildFrame' *************** *** 537,543 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxDocChildFrame ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocChildFrame' --- 537,543 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxDocChildFrame ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocChildFrame' *************** *** 673,679 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxDocManager ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocManager' --- 673,679 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxDocManager ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocManager' *************** *** 1427,1433 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxDocParentFrame ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocParentFrame' --- 1427,1433 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxDocParentFrame ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocParentFrame' *************** *** 1495,1501 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxDocTemplate ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocTemplate' --- 1495,1501 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxDocTemplate ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocTemplate' *************** *** 1890,1896 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxDocument ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocument' --- 1890,1896 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxDocument ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDocument' *************** *** 2501,2507 **** #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxView ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxView' --- 2501,2507 ---- #if wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxView ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxView' *************** *** 2811,2817 **** #if wxLUA_USE_wxCommandProcessor ! // ------------------------------------------------------------------------------------------------- // Bind class wxCommandProcessor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCommandProcessor' --- 2811,2817 ---- #if wxLUA_USE_wxCommandProcessor ! // --------------------------------------------------------------------------- // Bind class wxCommandProcessor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCommandProcessor' *************** *** 3222,3228 **** #if wxLUA_USE_wxCommandProcessor ! // ------------------------------------------------------------------------------------------------- // Bind class wxCommand ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCommand' --- 3222,3228 ---- #if wxLUA_USE_wxCommandProcessor ! // --------------------------------------------------------------------------- // Bind class wxCommand ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxCommand' *************** *** 3310,3316 **** #if wxLUA_USE_wxFileHistory && wxUSE_DOC_VIEW_ARCHITECTURE ! // ------------------------------------------------------------------------------------------------- // Bind class wxFileHistory ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileHistory' --- 3310,3316 ---- #if wxLUA_USE_wxFileHistory && wxUSE_DOC_VIEW_ARCHITECTURE ! // --------------------------------------------------------------------------- // Bind class wxFileHistory ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileHistory' Index: config.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/config.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** config.cpp 23 Feb 2007 04:35:31 -0000 1.27 --- config.cpp 26 Feb 2007 01:57:01 -0000 1.28 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // ------------------------------------------------------------------------------------------------- // Bind class wxConfigBase ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxConfigBase' --- 28,34 ---- #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // --------------------------------------------------------------------------- // Bind class wxConfigBase ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxConfigBase' *************** *** 791,797 **** #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // ------------------------------------------------------------------------------------------------- // Bind class wxConfig ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxConfig' --- 791,797 ---- #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // --------------------------------------------------------------------------- // Bind class wxConfig ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxConfig' *************** *** 842,848 **** #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // ------------------------------------------------------------------------------------------------- // Bind class wxFileConfig ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileConfig' --- 842,848 ---- #if wxLUA_USE_wxConfig && wxUSE_CONFIG ! // --------------------------------------------------------------------------- // Bind class wxFileConfig ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileConfig' Index: grid.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/grid.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** grid.cpp 23 Feb 2007 04:35:32 -0000 1.26 --- grid.cpp 26 Feb 2007 01:57:02 -0000 1.27 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellWorker ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellWorker' --- 28,34 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellWorker ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellWorker' *************** *** 94,100 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellRenderer' --- 94,100 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellRenderer' *************** *** 156,162 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellStringRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellStringRenderer' --- 156,162 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellStringRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellStringRenderer' *************** *** 194,200 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellNumberRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellNumberRenderer' --- 194,200 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellNumberRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellNumberRenderer' *************** *** 232,238 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellFloatRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellFloatRenderer' --- 232,238 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellFloatRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellFloatRenderer' *************** *** 345,351 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellBoolRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellBoolRenderer' --- 345,351 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellBoolRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellBoolRenderer' *************** *** 383,389 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellDateTimeRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellDateTimeRenderer' --- 383,389 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellDateTimeRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellDateTimeRenderer' *************** *** 428,434 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellEnumRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEnumRenderer' --- 428,434 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellEnumRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEnumRenderer' *************** *** 471,477 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellAutoWrapStringRenderer ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAutoWrapStringRenderer' --- 471,477 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellAutoWrapStringRenderer ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAutoWrapStringRenderer' *************** *** 509,515 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEditor' --- 509,515 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEditor' *************** *** 828,834 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellTextEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellTextEditor' --- 828,834 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellTextEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellTextEditor' *************** *** 866,872 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellNumberEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellNumberEditor' --- 866,872 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellNumberEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellNumberEditor' *************** *** 911,917 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellFloatEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellFloatEditor' --- 911,917 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellFloatEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellFloatEditor' *************** *** 956,962 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellBoolEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellBoolEditor' --- 956,962 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellBoolEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellBoolEditor' *************** *** 994,1000 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellChoiceEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellChoiceEditor' --- 994,1000 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellChoiceEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellChoiceEditor' *************** *** 1039,1045 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellEnumEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEnumEditor' --- 1039,1045 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellEnumEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellEnumEditor' *************** *** 1082,1088 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellAutoWrapStringEditor ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAutoWrapStringEditor' --- 1082,1088 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellAutoWrapStringEditor ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAutoWrapStringEditor' *************** *** 1120,1126 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellAttr ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAttr' --- 1120,1126 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellAttr ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAttr' *************** *** 1776,1782 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellAttrProvider ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAttrProvider' --- 1776,1782 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellAttrProvider ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellAttrProvider' *************** *** 1929,1935 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridTableBase ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridTableBase' --- 1929,1935 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridTableBase ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridTableBase' *************** *** 2621,2627 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridStringTable ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridStringTable' --- 2621,2627 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridStringTable ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridStringTable' *************** *** 2669,2675 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridTableMessage ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridTableMessage' --- 2669,2675 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridTableMessage ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridTableMessage' *************** *** 2854,2860 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridCellCoords ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellCoords' --- 2854,2860 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridCellCoords ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridCellCoords' *************** *** 3024,3030 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGrid ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGrid' --- 3024,3030 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGrid ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGrid' *************** *** 6519,6525 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridEvent ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridEvent' --- 6519,6525 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridEvent ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridEvent' *************** *** 6757,6763 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridSizeEvent ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridSizeEvent' --- 6757,6763 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridSizeEvent ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridSizeEvent' *************** *** 6938,6944 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridRangeSelectEvent ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridRangeSelectEvent' --- 6938,6944 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridRangeSelectEvent ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridRangeSelectEvent' *************** *** 7216,7222 **** #if wxLUA_USE_wxGrid && wxUSE_GRID ! // ------------------------------------------------------------------------------------------------- // Bind class wxGridEditorCreatedEvent ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridEditorCreatedEvent' --- 7216,7222 ---- #if wxLUA_USE_wxGrid && wxUSE_GRID ! // --------------------------------------------------------------------------- // Bind class wxGridEditorCreatedEvent ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxGridEditorCreatedEvent' Index: file.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/file.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** file.cpp 23 Feb 2007 04:35:31 -0000 1.31 --- file.cpp 26 Feb 2007 01:57:02 -0000 1.32 *************** *** 1,7 **** ! // ---------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // ---------------------------------------------------------------------------- #ifdef __BORLANDC__ --- 1,7 ---- ! // --------------------------------------------------------------------------- // This file was generated by genwxbind.lua // // Any changes made to this file may be lost when file is regenerated. ! // --------------------------------------------------------------------------- #ifdef __BORLANDC__ *************** *** 28,34 **** #if wxLUA_USE_wxFileName ! // ------------------------------------------------------------------------------------------------- // Bind class wxFileName ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileName' --- 28,34 ---- #if wxLUA_USE_wxFileName ! // --------------------------------------------------------------------------- // Bind class wxFileName ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFileName' *************** *** 1598,1604 **** #if wxLUA_USE_wxFile && wxUSE_FILE ! // ------------------------------------------------------------------------------------------------- // Bind class wxFile ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFile' --- 1598,1604 ---- #if wxLUA_USE_wxFile && wxUSE_FILE ! // --------------------------------------------------------------------------- // Bind class wxFile ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxFile' *************** *** 2035,2041 **** #if wxLUA_USE_wxDir ! // ------------------------------------------------------------------------------------------------- // Bind class wxDir ! // ------------------------------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDir' --- 2035,2041 ---- #if wxLUA_USE_wxDir ! // --------------------------------------------------------------------------- // Bind class wxDir ! // --------------------------------------------------------------------------- // Lua MetaTable Tag for Class 'wxDir' *************** *** 2292,2298 **** #if wxUSE_STREAMS ! // ------------------------------------------------------------------------------------------------- // Bind class wxStreamBase ! // ---------------------------------------------------------... [truncated message content] |