Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14412/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
derive wxWindowList from wxList and add comment to show how to use it
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** wxstc_datatypes.lua 6 Feb 2007 04:17:41 -0000 1.41
--- wxstc_datatypes.lua 9 Feb 2007 05:17:08 -0000 1.42
***************
*** 3167,3170 ****
--- 3167,3171 ----
},
wxWindowList = {
+ BaseClass = "wxList",
Condition = "wxLUA_USE_wxWindowList",
DefType = "class",
|