From: John L. <jr...@us...> - 2007-06-13 04:15:57
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9645/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: Remove class member functions that are duplicates of their baseclass functions Fix wxClassInfo is NOT a wxObject Add more capability to bindings.wx.lua Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** wxstc_datatypes.lua 12 Jun 2007 00:08:36 -0000 1.55 --- wxstc_datatypes.lua 13 Jun 2007 04:15:21 -0000 1.56 *************** *** 521,525 **** }, wxClassInfo = { - BaseClass = "wxObject", Condition = "wxLUA_USE_wxClassInfo", DefType = "class", --- 521,524 ---- |