From: John L. <jr...@us...> - 2006-05-17 05:02:08
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20662/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: update .i files to use more HTML friendly comment markers update print.i and xml.i to 2.6.3 cleanup generate docs script to use nicer colours and whatnot Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** wxstc_datatypes.lua 16 May 2006 22:47:09 -0000 1.24 --- wxstc_datatypes.lua 17 May 2006 05:02:04 -0000 1.25 *************** *** 1356,1359 **** --- 1356,1365 ---- Name = "wxHelpSearchMode", }, + wxHotkeyModifier = { + Condition = "wxUSE_HOTKEY", + DefType = "enum", + Intrinsic = true, + Name = "wxHotkeyModifier", + }, wxHtmlCell = { Condition = "wxLUA_USE_wxHTML", *************** *** 2013,2017 **** }, wxPageSetupDialog = { ! BaseClass = "wxDialog", Condition = "wxLUA_USE_wxPrint", DefType = "class", --- 2019,2023 ---- }, wxPageSetupDialog = { ! BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint", DefType = "class", *************** *** 2102,2105 **** --- 2108,2118 ---- Name = "wxPoint2DInt", }, + wxPostScriptDC = { + BaseClass = "wxDC", + Condition = "(wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT) && (wxLUA_USE_wxPrint)", + DefType = "class", + Intrinsic = false, + Name = "wxPostScriptDC", + }, wxPreviewCanvas = { BaseClass = "wxScrolledWindow", *************** *** 2109,2112 **** --- 2122,2132 ---- Name = "wxPreviewCanvas", }, + wxPreviewControlBar = { + BaseClass = "wxPanel", + Condition = "wxLUA_USE_wxPrint", + DefType = "class", + Intrinsic = false, + Name = "wxPreviewControlBar", + }, wxPreviewFrame = { BaseClass = "wxFrame", *************** *** 2171,2175 **** wxPrinterDC = { BaseClass = "wxDC", ! Condition = "(defined(__WXMSW__)) && (wxLUA_USE_wxPrint)", DefType = "class", Intrinsic = false, --- 2191,2195 ---- wxPrinterDC = { BaseClass = "wxDC", ! Condition = "(defined(__WXMSW__) || defined(__WXMAC__)) && (wxLUA_USE_wxPrint)", DefType = "class", Intrinsic = false, |