From 700d0a9a6b05adc3bb2ea20a7eacf820727ff1f0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 18 Jan 2006 14:16:35 +0000 Subject: [PATCH] Applied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/datectrl.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index d2ad8999a3..fb8d613aa2 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -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} -- 2.47.2