From: John L. <jr...@us...> - 2006-12-19 06:18:37
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15689/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: update wxluaref.html add wxIconBundle Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** wxstc_datatypes.lua 14 Dec 2006 22:02:57 -0000 1.38 --- wxstc_datatypes.lua 19 Dec 2006 06:18:02 -0000 1.39 *************** *** 1598,1601 **** --- 1598,1607 ---- Name = "wxIcon", }, + wxIconBundle = { + Condition = "wxLUA_USE_wxIcon", + DefType = "class", + IsNumber = false, + Name = "wxIconBundle", + }, wxIconizeEvent = { BaseClass = "wxEvent", |