X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/597b64c2918e7ecf0c1dd30afe717b2883c23506..45aa63c28877bbe4584f47b768af903d85f7642b:/interface/wx/datectrl.h diff --git a/interface/wx/datectrl.h b/interface/wx/datectrl.h index e3caf9453c..3236f5a5f0 100644 --- a/interface/wx/datectrl.h +++ b/interface/wx/datectrl.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDatePickerCtrl // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -124,17 +124,6 @@ public: */ virtual wxDateTime GetValue() const = 0; - /** - Sets the display format for the date in the control. See wxDateTime for - the meaning of format strings. - - @note This function is only available in the generic version of this - control. The native version always uses the current system locale. - - @remarks If the format parameter is invalid, the behaviour is undefined. - */ - bool SetFormat(const wxString& format); - /** Sets the valid range for the date selection. If @a dt1 is valid, it becomes the earliest date (inclusive) accepted by the control. If