Update of /cvsroot/wxlua/wxLua/apps/luamodule/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21439/wxLua/apps/luamodule/src
Modified Files:
luamodule.cpp
Log Message:
init all image handlers in luamodule to make things easy
simplify wxLuaSmartXXX by adding operator type*() so it can be used as is
fix lua callback to clear the correct wxluastate and some formatting
add destroy handler list to things shown in the stacktree and show items for them
Index: luamodule.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/luamodule/src/luamodule.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** luamodule.cpp 14 May 2006 01:49:10 -0000 1.2
--- luamodule.cpp 14 May 2006 17:45:05 -0000 1.3
***************
*** 111,114 ****
--- 111,115 ----
wxTheApp->SetExitOnFrameDelete(true);
+ wxInitAllImageHandlers();
wxLuaBinding_wx_init();
|