Applied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-01-18 14:16:35 +00:00
parent d5e29b951b
commit 700d0a9a6b

View File

@@ -150,6 +150,17 @@ set.
Returns the currently selected. If there is no selection or the selection is
outside of the current range, an invalid object is returned.
\membersection{wxDatePickerCtrl::SetFormat}\label{wxdatepickerctrlsetformat}
\func{void}{SetFormat}{\param{const wxChar*}{ format}}
Sets the display format for the date in the control. See wxDateTime for the meaning of format strings.
\wxheading{Remarks}
If the format parameter is invalid,
the behaviour is undefined.
\membersection{wxDatePickerCtrl::SetRange}\label{wxdatepickerctrlsetrange}