From: John L. <jr...@us...> - 2007-03-19 01:38:54
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10862/wxLua/modules/wxbind/include Modified Files: wxbind.h Log Message: fixes in the bindings for MSW missing functions rem out wxXMLResourceHandler since it didn't have any methods Index: wxbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxbind.h,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** wxbind.h 15 Mar 2007 23:24:50 -0000 1.62 --- wxbind.h 17 Mar 2007 19:08:13 -0000 1.63 *************** *** 1201,1207 **** extern WXDLLIMPEXP_WXBIND WXLUAMETHOD wxBusyCursor_methods[]; extern WXDLLIMPEXP_DATA_WXBIND(int) wxBusyCursor_methodCount; - extern WXDLLIMPEXP_DATA_WXBIND(int) s_wxluatag_wxBusyCursorSuspender; - extern WXDLLIMPEXP_WXBIND WXLUAMETHOD wxBusyCursorSuspender_methods[]; - extern WXDLLIMPEXP_DATA_WXBIND(int) wxBusyCursorSuspender_methodCount; #endif // wxLUA_USE_wxBusyCursor --- 1201,1204 ---- *************** *** 2260,2266 **** extern WXDLLIMPEXP_WXBIND WXLUAMETHOD wxXmlResource_methods[]; extern WXDLLIMPEXP_DATA_WXBIND(int) wxXmlResource_methodCount; - extern WXDLLIMPEXP_DATA_WXBIND(int) s_wxluatag_wxXmlResourceHandler; - extern WXDLLIMPEXP_WXBIND WXLUAMETHOD wxXmlResourceHandler_methods[]; - extern WXDLLIMPEXP_DATA_WXBIND(int) wxXmlResourceHandler_methodCount; #endif // wxLUA_USE_wxXMLResource && wxUSE_XML --- 2257,2260 ---- *************** *** 2438,2442 **** #if wxLUA_USE_wxBusyCursor wxLUA_DECLARE_ENCAPSULATION(WXDLLIMPEXP_WXBIND, wxBusyCursor, wxBusyCursor) - wxLUA_DECLARE_ENCAPSULATION(WXDLLIMPEXP_WXBIND, wxBusyCursorSuspender, wxBusyCursorSuspender) #endif // wxLUA_USE_wxBusyCursor --- 2432,2435 ---- |