Missing commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-11-10 12:49:02 +00:00
parent b0b4386b6e
commit 2a2d7a737d

View File

@ -146,8 +146,8 @@ public:
// Set/get the window's font
virtual bool SetFont(const wxFont& f);
// inline virtual wxFont& GetFont() const;
virtual void SetLabel(const wxString& WXUNUSED(label)) { }
virtual wxString GetLabel() const { return wxEmptyString; }
virtual void SetLabel(const wxString& label);
virtual wxString GetLabel() const;
// label handling
// Get character size
virtual int GetCharHeight() const;