wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-21 19:33:25 +00:00
parent 657d209757
commit f0f951faab
4 changed files with 808 additions and 72 deletions

View File

@@ -33,6 +33,7 @@ all (GUI):
- wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
- TIFF support added (libtiff required and included in the distribution)
- PCX files can now be written (24 bit only so far)
wxMSW:
@@ -46,6 +47,10 @@ wxGTK:
- wxGTK synthesizes wxActivateEvents
- UpdateUI handlers may be used with wxTextCtrl
wxMotif:
- wxMenu::Enable) works
NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
change log.