X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce00f59b5b169752d2f05ce3bb1a88ddc1b38b4c..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/osx/textctrl.h diff --git a/include/wx/osx/textctrl.h b/include/wx/osx/textctrl.h index 7386fe2934..c983eee964 100644 --- a/include/wx/osx/textctrl.h +++ b/include/wx/osx/textctrl.h @@ -75,9 +75,9 @@ public: virtual void MarkDirty(); virtual void DiscardEdits(); - // set the max number of characters which may be entered - // in a single line text control - virtual void SetMaxLength(unsigned long len); + // set the grayed out hint text + virtual bool SetHint(const wxString& hint); + virtual wxString GetHint() const; // text control under some platforms supports the text styles: these // methods apply the given text style to the given selection or to @@ -152,6 +152,7 @@ protected: private : wxMenu *m_privateContextMenu; + wxString m_hintString; DECLARE_EVENT_TABLE() };