Missing commit.

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

View File

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