1. wxKeyEvent::GetKeyCode() and HasModifiers() added and documented

2. wxGridCellEditor::IsAcceptedKey() added and implemented
3. no changes in other files (but cvs wants to commit them)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-21 09:15:59 +00:00
parent 3ffdc4cfeb
commit 7669ba3c67
6 changed files with 241 additions and 70 deletions

View File

@@ -37,7 +37,7 @@
//#define TEST_ARRAYS
//#define TEST_CMDLINE
//#define TEST_DATETIME
#define TEST_DATETIME
//#define TEST_DIR
//#define TEST_DLLLOADER
//#define TEST_EXECUTE
@@ -55,7 +55,7 @@
//#define TEST_TIMER
//#define TEST_VCARD
//#define TEST_WCHAR
#define TEST_ZIP
//#define TEST_ZIP
// ----------------------------------------------------------------------------
// test class for container objects
@@ -2263,6 +2263,7 @@ static void TestTimeFormat()
{ CompareBoth, "Date is %x, time is %X" },
{ CompareTime, "Time is %H:%M:%S or %I:%M:%S %p" },
{ CompareNone, "The day of year: %j, the week of year: %W" },
{ CompareDate, "ISO date without separators: %4Y%2m%2d" },
};
static const Date formatTestDates[] =
@@ -3462,13 +3463,13 @@ int main(int argc, char **argv)
TestTimeWDays();
TestTimeWNumber();
TestTimeParse();
TestTimeFormat();
TestTimeArithmetics();
TestTimeHolidays();
TestTimeZoneBug();
}
if ( 1 )
TestTimeFormat();
if ( 0 )
TestInteractive();
#endif // TEST_DATETIME