From: John L. <jr...@us...> - 2007-08-07 03:06:18
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2700/wxLua/modules/wxlua/include Modified Files: wxlbind.h Log Message: Make sure that we differentiate between wxScrollEvents and wxSpinEvents for wxEVT_SCROLLXXX Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** wxlbind.h 3 Aug 2007 22:17:16 -0000 1.58 --- wxlbind.h 7 Aug 2007 03:06:12 -0000 1.59 *************** *** 103,108 **** WXLUAMETHOD_OVERLOAD_BASE = 0x8000, // Class method has been checked to see if it is // overloaded from the base class by the function ! // wxLuaBinding::GetClassMethod(wxLuaBindClass...) ! // Check WXLUAMETHOD::basemethod and if !NULL // this method is an overload from the base class }; --- 103,108 ---- WXLUAMETHOD_OVERLOAD_BASE = 0x8000, // Class method has been checked to see if it is // overloaded from the base class by the function ! // wxLuaState::RegisterBindings() ! // Check wxLuaBindMethod::basemethod and if !NULL // this method is an overload from the base class }; |