implemented GetLabel() (part of patch 1679337)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-13 23:45:47 +00:00
parent e55a667c1c
commit d174f457e6
4 changed files with 20 additions and 4 deletions

View File

@@ -52,8 +52,8 @@ protected:
// Implementation
// ------------------------------------------------------------------------
public:
void SetLabel(const wxString& label);
virtual void SetLabel(const wxString& label);
virtual wxString GetLabel() const;
};
#endif
// __WX_COCOA_STATTEXT_H__
#endif // __WX_COCOA_STATTEXT_H__