From: John L. <jr...@us...> - 2006-12-13 06:57:53
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18568/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: cleanup genwxbind.lua, better var names, builtin -> number or function cleanup wxlprint, wxlhtmlwin Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** wxstc_datatypes.lua 7 Dec 2006 06:32:42 -0000 1.36 --- wxstc_datatypes.lua 13 Dec 2006 06:57:49 -0000 1.37 *************** *** 28,163 **** { BOOL = { ! DefType = "builtin", ! Intrinsic = true, Name = "BOOL", }, DWORD = { ! DefType = "builtin", ! Intrinsic = true, Name = "DWORD", [...6333 lines suppressed...] }, --- 3245,3249 ---- Condition = "wxLUA_USE_wxXMLResource", DefType = "enum", ! IsNumber = true, Name = "wxXmlResourceFlags", }, *************** *** 3236,3240 **** Condition = "wxLUA_USE_wxXMLResource", DefType = "class", ! Intrinsic = false, Name = "wxXmlResourceHandler", }, --- 3252,3256 ---- Condition = "wxLUA_USE_wxXMLResource", DefType = "class", ! IsNumber = false, Name = "wxXmlResourceHandler", }, |