From: John L. <jr...@us...> - 2005-11-17 05:51:29
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7199/wxLua/modules/wxluadebug/include Modified Files: staktree.h Log Message: update for wx26/27 Add bindings for builtin (global) functions Handle %if statements for enums Index: staktree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** staktree.h 7 Jun 2005 04:17:40 -0000 1.2 --- staktree.h 17 Nov 2005 05:51:20 -0000 1.3 *************** *** 42,46 **** wxLuaInterface *luaInterface); ! ~wxLuaStackFrame(); void OnSizeWindow(wxSizeEvent& event); --- 42,46 ---- wxLuaInterface *luaInterface); ! virtual ~wxLuaStackFrame(); void OnSizeWindow(wxSizeEvent& event); *************** *** 109,120 **** const wxSize &sz = wxDefaultSize, long style = wxTR_HAS_BUTTONS); ! ~wxLuaStackTree(); ! ! void DeleteAllItems(); ! ! DECLARE_EVENT_TABLE() private: wxImageList* m_imageList; }; --- 109,117 ---- const wxSize &sz = wxDefaultSize, long style = wxTR_HAS_BUTTONS); ! virtual ~wxLuaStackTree(); private: wxImageList* m_imageList; + DECLARE_EVENT_TABLE() }; |