Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18758/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
Add some functions to compare the wxlua tags type to lua_type() within lua
also get the tag number for any object in lua
Cleanup the bindings.wx.lua to make it more useful
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** wxstc_datatypes.lua 8 Jun 2007 01:36:22 -0000 1.53
--- wxstc_datatypes.lua 8 Jun 2007 22:50:06 -0000 1.54
***************
*** 2087,2090 ****
--- 2087,2095 ----
Name = "wxLuaHtmlWindow",
},
+ wxLuaMethod_Type = {
+ DefType = "enum",
+ IsNumber = true,
+ Name = "wxLuaMethod_Type",
+ },
wxLuaObject = {
BaseClass = "wxObject",
|