From: John L. <jr...@us...> - 2005-11-29 05:45:17
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21610/wxLua/modules/wxbind/include Modified Files: wxlprint.h Log Message: Makefile - lib order is important cleanup in lconsole, wxlua app all static int s_wxXXX lua tags now s_wxluatag_wxXXX to make them easier to find functions to get the structs with the bindings are prepended with wxLuaXXX DECLARE/IMPLEMENT_CLASS replaced with either XXX_ABSTRACT/DYNAMIC_CLASS window ids for the stacktree now ID_WXLUA_XXX Index: wxlprint.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlprint.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlprint.h 26 Nov 2005 08:46:57 -0000 1.3 --- wxlprint.h 29 Nov 2005 05:45:09 -0000 1.4 *************** *** 48,52 **** int m_pageFrom; int m_pageTo; ! DECLARE_CLASS(wxLuaPrintout) }; --- 48,52 ---- int m_pageFrom; int m_pageTo; ! DECLARE_DYNAMIC_CLASS(wxLuaPrintout) }; |