Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18568/wxLua/bindings/wxwidgets
Modified Files:
wx_datatypes.lua
Log Message:
cleanup genwxbind.lua, better var names, builtin -> number or function
cleanup wxlprint, wxlhtmlwin
Index: wx_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_datatypes.lua,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** wx_datatypes.lua 7 Dec 2006 06:32:42 -0000 1.41
--- wx_datatypes.lua 13 Dec 2006 06:57:49 -0000 1.42
***************
*** 28,163 ****
{
BOOL = {
! DefType = "builtin",
! Intrinsic = true,
Name = "BOOL",
},
DWORD = {
! DefType = "builtin",
! Intrinsic = true,
Name = "DWORD",
[...6308 lines suppressed...]
},
--- 3233,3237 ----
Condition = "wxLUA_USE_wxXMLResource",
DefType = "enum",
! IsNumber = true,
Name = "wxXmlResourceFlags",
},
***************
*** 3225,3229 ****
Condition = "wxLUA_USE_wxXMLResource",
DefType = "class",
! Intrinsic = false,
Name = "wxXmlResourceHandler",
},
--- 3240,3244 ----
Condition = "wxLUA_USE_wxXMLResource",
DefType = "class",
! IsNumber = false,
Name = "wxXmlResourceHandler",
},
|