Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4216/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
Change wxLuaState::AddTrackedWindow to take a wxObject and figure out inside if it's a window
Change the nomenclature "enum" to "integer" as the integer data type
Change "base_"XXX to "_"XXX for base class function calls
Add a test function to wxLuaPrintout to really check if virtual functions work
More fixes to samples for binding changes
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** wxstc_datatypes.lua 8 Jun 2007 22:50:06 -0000 1.54
--- wxstc_datatypes.lua 12 Jun 2007 00:08:36 -0000 1.55
***************
*** 247,255 ****
Name = "wxArrayInt",
},
- wxArrayInt_FromLuaTable = {
- DefType = "special",
- IsNumber = true,
- Name = "wxArrayInt_FromLuaTable",
- },
wxArrayString = {
Condition = "wxLUA_USE_wxArrayString",
--- 247,250 ----
***************
*** 259,267 ****
Name = "wxArrayString",
},
- wxArrayString_FromLuaTable = {
- DefType = "special",
- IsNumber = true,
- Name = "wxArrayString_FromLuaTable",
- },
wxArrayTreeItemIds = {
Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL",
--- 254,257 ----
|