From: John L. <jr...@us...> - 2007-06-25 16:08:16
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9840/wxLua/bindings/wxwidgets Modified Files: appframe.i Log Message: Allow the wxTaskBarIcon to be delete()ed since you have to in MSW for the program to exit Change the keys in the lua registry table to be lightuserdata to avoid collisions Display what the keys are in the registry table in the stack dialog Index: appframe.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/appframe.i,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** appframe.i 25 Jun 2007 03:19:37 -0000 1.42 --- appframe.i 25 Jun 2007 16:07:57 -0000 1.43 *************** *** 488,492 **** %include "wx/taskbar.h" ! %class wxTaskBarIcon, wxEvtHandler wxTaskBarIcon() --- 488,492 ---- %include "wx/taskbar.h" ! %class %delete wxTaskBarIcon, wxEvtHandler wxTaskBarIcon() |