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:
@@ -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:
|
||||
|
||||
|
@@ -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.}
|
||||
|
Reference in New Issue
Block a user