From: John L. <jr...@us...> - 2007-06-18 19:51:59
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21463/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: Add more classes from 2.8, wxStandardPaths, wxToolbook, wxTreebook... Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** wxstc_datatypes.lua 18 Jun 2007 14:54:58 -0000 1.61 --- wxstc_datatypes.lua 18 Jun 2007 19:51:25 -0000 1.62 *************** *** 1747,1750 **** --- 1747,1764 ---- Name = "wxHtmlCell", }, + wxHtmlCellEvent = { + BaseClass = "wxCommandEvent", + Condition = "(wxCHECK_VERSION(2,8,0)) && (wxCHECK_VERSION(2,8,0))", + DefType = "class", + IsNumber = false, + Name = "wxHtmlCellEvent", + }, + wxHtmlColourCell = { + BaseClass = "wxHtmlCell", + Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", + DefType = "class", + IsNumber = false, + Name = "wxHtmlColourCell", + }, wxHtmlContainerCell = { BaseClass = "wxHtmlCell", *************** *** 1768,1771 **** --- 1782,1792 ---- Name = "wxHtmlEasyPrinting", }, + wxHtmlFontCell = { + BaseClass = "wxHtmlCell", + Condition = "(wxCHECK_VERSION(2,8,0)) && (wxCHECK_VERSION(2,8,0))", + DefType = "class", + IsNumber = false, + Name = "wxHtmlFontCell", + }, wxHtmlHelpController = { BaseClass = "wxHelpControllerBase", *************** *** 1783,1787 **** }, wxHtmlLinkInfo = { ! Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", DefType = "class", IsNumber = false, --- 1804,1808 ---- }, wxHtmlLinkInfo = { ! Condition = "wxCHECK_VERSION(2,8,0)", DefType = "class", IsNumber = false, *************** *** 1790,1794 **** wxHtmlParser = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", DefType = "class", IsNumber = false, --- 1811,1815 ---- wxHtmlParser = { BaseClass = "wxObject", ! Condition = "wxCHECK_VERSION(2,8,0)", DefType = "class", IsNumber = false, *************** *** 1804,1808 **** wxHtmlTag = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", DefType = "class", IsNumber = false, --- 1825,1829 ---- wxHtmlTag = { BaseClass = "wxObject", ! Condition = "wxCHECK_VERSION(2,8,0)", DefType = "class", IsNumber = false, *************** *** 1818,1822 **** wxHtmlWinParser = { BaseClass = "wxHtmlParser", ! Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", DefType = "class", IsNumber = false, --- 1839,1843 ---- wxHtmlWinParser = { BaseClass = "wxHtmlParser", ! Condition = "wxCHECK_VERSION(2,8,0)", DefType = "class", IsNumber = false, *************** *** 1825,1829 **** wxHtmlWindow = { BaseClass = "wxScrolledWindow", ! Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", DefType = "class", IsNumber = false, --- 1846,1850 ---- wxHtmlWindow = { BaseClass = "wxScrolledWindow", ! Condition = "wxCHECK_VERSION(2,8,0)", DefType = "class", IsNumber = false, *************** *** 1831,1835 **** }, wxHtmlWindowInterface = { ! Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", DefType = "class", IsNumber = false, --- 1852,1856 ---- }, wxHtmlWindowInterface = { ! Condition = "(wxCHECK_VERSION(2,8,0)) && (wxCHECK_VERSION(2,8,0))", DefType = "class", IsNumber = false, *************** *** 1837,1845 **** }, ["wxHtmlWindowInterface::HTMLCursor"] = { ! Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", DefType = "enum", IsNumber = true, Name = "wxHtmlWindowInterface::HTMLCursor", }, wxICOHandler = { BaseClass = "wxBMPHandler", --- 1858,1880 ---- }, ["wxHtmlWindowInterface::HTMLCursor"] = { ! Condition = "(wxCHECK_VERSION(2,8,0)) && (wxCHECK_VERSION(2,8,0))", DefType = "enum", IsNumber = true, Name = "wxHtmlWindowInterface::HTMLCursor", }, + wxHyperlinkCtrl = { + BaseClass = "wxControl", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_HYPERLINKCTRL && wxLUA_USE_wxHyperlinkCtrl", + DefType = "class", + IsNumber = false, + Name = "wxHyperlinkCtrl", + }, + wxHyperlinkEvent = { + BaseClass = "wxCommandEvent", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_HYPERLINKCTRL && wxLUA_USE_wxHyperlinkCtrl", + DefType = "class", + IsNumber = false, + Name = "wxHyperlinkEvent", + }, wxICOHandler = { BaseClass = "wxBMPHandler", *************** *** 3042,3046 **** wxSimpleHtmlListBox = { BaseClass = "wxHtmlWindowInterface", ! Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", DefType = "class", IsNumber = false, --- 3077,3081 ---- wxSimpleHtmlListBox = { BaseClass = "wxHtmlWindowInterface", ! Condition = "(wxCHECK_VERSION(2,8,0)) && (wxCHECK_VERSION(2,8,0))", DefType = "class", IsNumber = false, *************** *** 3217,3220 **** --- 3252,3268 ---- Name = "wxSplitterWindow", }, + wxStandardPaths = { + Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxStandardPaths", + DefType = "class", + Encapsulate = true, + IsNumber = false, + Name = "wxStandardPaths", + }, + ["wxStandardPaths::ResourceCat"] = { + Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxStandardPaths", + DefType = "enum", + IsNumber = true, + Name = "wxStandardPaths::ResourceCat", + }, wxStaticBitmap = { BaseClass = "wxControl", *************** *** 3313,3316 **** --- 3361,3375 ---- Name = "wxStringClientData", }, + wxStringTokenizer = { + BaseClass = "wxObject", + DefType = "class", + IsNumber = false, + Name = "wxStringTokenizer", + }, + wxStringTokenizerMode = { + DefType = "enum", + IsNumber = true, + Name = "wxStringTokenizerMode", + }, wxStyledTextCtrl = { BaseClass = "wxControl", *************** *** 3552,3555 **** --- 3611,3628 ---- Name = "wxToolTip", }, + wxToolbook = { + BaseClass = "wxBookCtrlBase", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TOOLBOOK && wxLUA_USE_wxToolbook", + DefType = "class", + IsNumber = false, + Name = "wxToolbook", + }, + wxToolbookEvent = { + BaseClass = "wxBookCtrlBaseEvent", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TOOLBOOK && wxLUA_USE_wxToolbook", + DefType = "class", + IsNumber = false, + Name = "wxToolbookEvent", + }, wxTopLevelWindow = { BaseClass = "wxWindow", *************** *** 3605,3608 **** --- 3678,3695 ---- Name = "wxTreeItemIdValue", }, + wxTreebook = { + BaseClass = "wxBookCtrlBase", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TREEBOOK && wxLUA_USE_wxTreebook", + DefType = "class", + IsNumber = false, + Name = "wxTreebook", + }, + wxTreebookEvent = { + BaseClass = "wxBookCtrlBaseEvent", + Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TREEBOOK && wxLUA_USE_wxTreebook", + DefType = "class", + IsNumber = false, + Name = "wxTreebookEvent", + }, wxULongLong = { Condition = "wxUSE_LONGLONG", *************** *** 3991,3994 **** --- 4078,4082 ---- wxLUA_USE_wxHelpController = "wxLUA_USE_wxHelpController", wxLUA_USE_wxHtmlHelpController = "wxLUA_USE_wxHtmlHelpController", + wxLUA_USE_wxHyperlinkCtrl = "wxLUA_USE_wxHyperlinkCtrl", wxLUA_USE_wxID_XXX = "wxLUA_USE_wxID_XXX", wxLUA_USE_wxIcon = "wxLUA_USE_wxIcon", *************** *** 4033,4036 **** --- 4121,4125 ---- wxLUA_USE_wxSplashScreen = "wxLUA_USE_wxSplashScreen", wxLUA_USE_wxSplitterWindow = "wxLUA_USE_wxSplitterWindow", + wxLUA_USE_wxStandardPaths = "wxLUA_USE_wxStandardPaths", wxLUA_USE_wxStaticBitmap = "wxLUA_USE_wxStaticBitmap", wxLUA_USE_wxStaticBox = "wxLUA_USE_wxStaticBox", *************** *** 4050,4055 **** --- 4139,4146 ---- wxLUA_USE_wxToggleButton = "wxLUA_USE_wxToggleButton", wxLUA_USE_wxToolbar = "wxLUA_USE_wxToolbar", + wxLUA_USE_wxToolbook = "wxLUA_USE_wxToolbook", wxLUA_USE_wxTooltip = "wxLUA_USE_wxTooltip", wxLUA_USE_wxTreeCtrl = "wxLUA_USE_wxTreeCtrl", + wxLUA_USE_wxTreebook = "wxLUA_USE_wxTreebook", wxLUA_USE_wxValidator = "wxLUA_USE_wxValidator", wxLUA_USE_wxWave = "wxLUA_USE_wxWave", *************** *** 4126,4129 **** --- 4217,4221 ---- wxUSE_HOTKEY = "wxUSE_HOTKEY", wxUSE_HTML = "wxUSE_HTML", + wxUSE_HYPERLINKCTRL = "wxUSE_HYPERLINKCTRL", wxUSE_ICO_CUR = "wxUSE_ICO_CUR", wxUSE_IFF = "wxUSE_IFF", *************** *** 4225,4228 **** --- 4317,4321 ---- wxUSE_TOOLBAR = "wxUSE_TOOLBAR", wxUSE_TOOLBAR_NATIVE = "wxUSE_TOOLBAR_NATIVE", + wxUSE_TOOLBOOK = "wxUSE_TOOLBOOK", wxUSE_TOOLTIPS = "wxUSE_TOOLTIPS", wxUSE_TREECTRL = "wxUSE_TREECTRL", |