]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/window.h
set m_encoding in wxCSConv ctor from name
[wxWidgets.git] / include / wx / cocoa / window.h
index a9c1a0c1141c011f63cdba32eff818753f283f22..c997a01de719b0df5f8ccf58ce3a98e47830c132 100644 (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;