add wxDatePickerCtrl support in wxGenericValidator (patch 1870174)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-20 22:40:14 +00:00
parent fb91e8d098
commit 22de6a4083
4 changed files with 59 additions and 3 deletions

View File

@@ -217,6 +217,7 @@ All (GUI):
- Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty).
- Added wxNotificationMessage class for non-intrusive notifications
- Added wxWindow::Show/HideWithEffect()
- Added wxWrapSizer
- Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron).
- Added support for drop down toolbar buttons (Tim Kosse).
- Added support for labels for toolbar controls (Vince Harron).
@@ -264,8 +265,8 @@ All (GUI):
- Added support for resizing wxWizard bitmaps to the current page height,
via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth.
Also made it easier to derive from wxWizard and override behaviour.
- Added wxWrapSizer
- Made wxSizer::Fit() set the client size of the target window
- Add support for wxDatePickerCtrl in wxGenericValidator (Herry Ayen Yang)
wxGTK:

View File

@@ -55,6 +55,11 @@ wxChoice.
Constructor taking a wxArrayInt pointer. This will be used for wxListBox, wxCheckListBox.
\func{}{wxGenericValidator}{\param{wxDateTime*}{ valPtr}}
Constructor taking a \helpref{wxDateTime}{wxdatetime} pointer. This will be
used for \helpref{wxDatePickerCtrl}{wxdatepickerctrl}.
\wxheading{Parameters}
\docparam{validator}{Validator to copy.}