From: John L. <jr...@us...> - 2007-03-13 05:01:04
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2508/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: update image.i to wxWidgets 2.8 using headers Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** wxstc_datatypes.lua 9 Mar 2007 06:10:14 -0000 1.47 --- wxstc_datatypes.lua 13 Mar 2007 05:01:00 -0000 1.48 *************** *** 1018,1021 **** --- 1018,1027 ---- Name = "wxFile::OpenMode", }, + ["wxFile::dummy"] = { + Condition = "wxLUA_USE_wxFile && wxUSE_FILE", + DefType = "enum", + IsNumber = true, + Name = "wxFile::dummy", + }, wxFileConfig = { BaseClass = "wxConfigBase", *************** *** 1704,1707 **** --- 1710,1719 ---- Name = "wxIconBundle", }, + wxIconLocation = { + Condition = "wxLUA_USE_wxIcon", + DefType = "class", + IsNumber = false, + Name = "wxIconLocation", + }, wxIconizeEvent = { BaseClass = "wxEvent", *************** *** 1735,1738 **** --- 1747,1768 ---- Name = "wxImageHandler", }, + wxImageHistogram = { + Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", + DefType = "class", + IsNumber = false, + Name = "wxImageHistogram", + }, + ["wxImageHistogram::iterator"] = { + Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", + DefType = "class", + IsNumber = false, + Name = "wxImageHistogram::iterator", + }, + wxImageHistogramEntry = { + Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", + DefType = "class", + IsNumber = false, + Name = "wxImageHistogramEntry", + }, wxImageList = { BaseClass = "wxObject", *************** *** 2157,2160 **** --- 2187,2196 ---- Name = "wxMultiChoiceDialog", }, + wxNativeFontInfo = { + Condition = "wxLUA_USE_wxFont", + DefType = "class", + IsNumber = false, + Name = "wxNativeFontInfo", + }, wxNavigationKeyEvent = { BaseClass = "wxEvent", *************** *** 2317,2320 **** --- 2353,2362 ---- Name = "wxPathFormat", }, + wxPathList = { + BaseClass = "wxArrayString", + DefType = "class", + IsNumber = false, + Name = "wxPathList", + }, wxPathNormalize = { Condition = "wxLUA_USE_wxFileName", *************** *** 2673,2676 **** --- 2715,2725 ---- Name = "wxSimpleHelpProvider", }, + wxSimpleHtmlListBox = { + BaseClass = "wxHtmlWindowInterface", + Condition = "(wxCHECK_VERSION(2,7,0)) && (wxLUA_USE_wxHTML && wxUSE_HTML)", + DefType = "class", + IsNumber = false, + Name = "wxSimpleHtmlListBox", + }, wxSingleChoiceDialog = { BaseClass = "wxDialog", *************** *** 2890,2893 **** --- 2939,2954 ---- Name = "wxStdDialogButtonSizer", }, + wxStockGDI = { + Condition = "(wxCHECK_VERSION(2,8,0)) && (wxLUA_USE_wxColourPenBrush)", + DefType = "class", + IsNumber = false, + Name = "wxStockGDI", + }, + ["wxStockGDI::Item"] = { + Condition = "(wxCHECK_VERSION(2,8,0)) && (wxLUA_USE_wxColourPenBrush)", + DefType = "enum", + IsNumber = true, + Name = "wxStockGDI::Item", + }, wxStreamBase = { Condition = "wxUSE_STREAMS", *************** *** 3014,3017 **** --- 3075,3084 ---- Name = "wxTaskBarIconEvent", }, + wxTempFile = { + Condition = "wxLUA_USE_wxFile && wxUSE_FILE", + DefType = "class", + IsNumber = false, + Name = "wxTempFile", + }, wxTextAttr = { Condition = "wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL", |