From: John L. <jr...@us...> - 2007-02-23 04:36:03
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12669/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: added all wxWidget's wxUSE_XXX conditions to the bindings Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** wxstc_datatypes.lua 22 Feb 2007 20:33:07 -0000 1.43 --- wxstc_datatypes.lua 23 Feb 2007 04:35:30 -0000 1.44 *************** *** 184,188 **** wxANIHandler = { BaseClass = "wxCURHandler", ! Condition = "(wxUSE_ICO_CUR) && (wxLUA_USE_wxImage)", DefType = "class", IsNumber = false, --- 184,188 ---- wxANIHandler = { BaseClass = "wxCURHandler", ! Condition = "(wxUSE_ICO_CUR) && (wxLUA_USE_wxImage && wxUSE_IMAGE)", DefType = "class", [...3119 lines suppressed...] BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxXMLResource && wxUSE_XML", DefType = "class", IsNumber = false, *************** *** 3467,3470 **** --- 3474,3478 ---- wxUSE_APPLE_IEEE = "wxUSE_APPLE_IEEE", wxUSE_BMPBUTTON = "wxUSE_BMPBUTTON", + wxUSE_BOOKCTRL = "wxUSE_BOOKCTRL", wxUSE_BUILTIN_IODBC = "wxUSE_BUILTIN_IODBC", wxUSE_BUSYINFO = "wxUSE_BUSYINFO", *************** *** 3475,3478 **** --- 3483,3487 ---- wxUSE_CHECKLISTBOX = "wxUSE_CHECKLISTBOX", wxUSE_CHOICE = "wxUSE_CHOICE", + wxUSE_CHOICEBOOK = "wxUSE_CHOICEBOOK", wxUSE_CHOICEDLG = "wxUSE_CHOICEDLG", wxUSE_CLIPBOARD = "wxUSE_CLIPBOARD", |