From: John L. <jr...@us...> - 2007-01-18 17:19:25
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14671/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: updated wxUSE_XXX ifdefs for date time Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** wxstc_datatypes.lua 19 Dec 2006 06:18:02 -0000 1.39 --- wxstc_datatypes.lua 18 Jan 2007 17:19:00 -0000 1.40 *************** *** 413,417 **** wxCalendarCtrl = { BaseClass = "wxControl", ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", IsNumber = false, --- 413,417 ---- wxCalendarCtrl = { BaseClass = "wxControl", ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "class", IsNumber = false, *************** *** 419,423 **** }, wxCalendarDateAttr = { ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", IsNumber = false, --- 419,423 ---- }, wxCalendarDateAttr = { ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "class", IsNumber = false, *************** *** 425,429 **** }, wxCalendarDateBorder = { ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "enum", IsNumber = true, --- 425,429 ---- }, wxCalendarDateBorder = { ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "enum", IsNumber = true, *************** *** 432,436 **** wxCalendarEvent = { BaseClass = "wxDateEvent", ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", IsNumber = false, --- 432,436 ---- wxCalendarEvent = { BaseClass = "wxDateEvent", ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "class", IsNumber = false, *************** *** 438,442 **** }, wxCalendarHitTestResult = { ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "enum", IsNumber = true, --- 438,442 ---- }, wxCalendarHitTestResult = { ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "enum", IsNumber = true, *************** *** 695,699 **** wxDateEvent = { BaseClass = "wxCommandEvent", ! Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", IsNumber = false, --- 695,699 ---- wxDateEvent = { BaseClass = "wxCommandEvent", ! Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", DefType = "class", IsNumber = false, *************** *** 702,706 **** wxDatePickerCtrl = { BaseClass = "wxControl", ! Condition = "wxLUA_USE_wxDatePickerCtrl", DefType = "class", IsNumber = false, --- 702,706 ---- wxDatePickerCtrl = { BaseClass = "wxControl", ! Condition = "wxLUA_USE_wxDatePickerCtrl && wxUSE_DATEPICKCTRL", DefType = "class", IsNumber = false, *************** *** 708,712 **** }, wxDateSpan = { ! Condition = "wxLUA_USE_wxDateSpan", DefType = "class", IsNumber = false, --- 708,712 ---- }, wxDateSpan = { ! Condition = "wxLUA_USE_wxDateSpan && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 714,718 **** }, wxDateTime = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "class", IsNumber = false, --- 714,718 ---- }, wxDateTime = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 720,724 **** }, ["wxDateTime::Calendar"] = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "enum", IsNumber = true, --- 720,724 ---- }, ["wxDateTime::Calendar"] = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "enum", IsNumber = true, *************** *** 726,730 **** }, ["wxDateTime::Country"] = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "enum", IsNumber = true, --- 726,730 ---- }, ["wxDateTime::Country"] = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "enum", IsNumber = true, *************** *** 732,736 **** }, ["wxDateTime::Month"] = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "enum", IsNumber = true, --- 732,736 ---- }, ["wxDateTime::Month"] = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "enum", IsNumber = true, *************** *** 738,742 **** }, ["wxDateTime::TZ"] = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "enum", IsNumber = true, --- 738,742 ---- }, ["wxDateTime::TZ"] = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "enum", IsNumber = true, *************** *** 744,748 **** }, ["wxDateTime::WeekDay"] = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "enum", IsNumber = true, --- 744,748 ---- }, ["wxDateTime::WeekDay"] = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "enum", IsNumber = true, *************** *** 750,754 **** }, wxDateTimeArray = { ! Condition = "wxLUA_USE_wxDateTime", DefType = "class", IsNumber = false, --- 750,754 ---- }, wxDateTimeArray = { ! Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 756,760 **** }, wxDateTimeHolidayAuthority = { ! Condition = "wxLUA_USE_wxDateTimeHolidayAuthority", DefType = "class", IsNumber = false, --- 756,760 ---- }, wxDateTimeHolidayAuthority = { ! Condition = "wxLUA_USE_wxDateTimeHolidayAuthority && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 763,767 **** wxDateTimeWorkDays = { BaseClass = "wxDateTimeHolidayAuthority", ! Condition = "wxLUA_USE_wxDateTimeHolidayAuthority", DefType = "class", IsNumber = false, --- 763,767 ---- wxDateTimeWorkDays = { BaseClass = "wxDateTimeHolidayAuthority", ! Condition = "wxLUA_USE_wxDateTimeHolidayAuthority && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 2893,2897 **** }, wxTimeSpan = { ! Condition = "wxLUA_USE_wxTimeSpan", DefType = "class", IsNumber = false, --- 2893,2897 ---- }, wxTimeSpan = { ! Condition = "wxLUA_USE_wxTimeSpan && wxUSE_DATETIME", DefType = "class", IsNumber = false, *************** *** 2900,2904 **** wxTimer = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxTimer", DefType = "class", IsNumber = false, --- 2900,2904 ---- wxTimer = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxTimer && wxUSE_TIMER", DefType = "class", IsNumber = false, *************** *** 2907,2911 **** wxTimerEvent = { BaseClass = "wxEvent", ! Condition = "wxLUA_USE_wxTimer", DefType = "class", IsNumber = false, --- 2907,2911 ---- wxTimerEvent = { BaseClass = "wxEvent", ! Condition = "wxLUA_USE_wxTimer && wxUSE_TIMER", DefType = "class", IsNumber = false, |