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

@@ -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.}