X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d8d36335cf7d3a5bf787e7e2510ac09f4839e5e..05a98b6d5d201eb8edea04b1ab022e4a9a46e9f0:/include/wx/cocoa/window.h diff --git a/include/wx/cocoa/window.h b/include/wx/cocoa/window.h index 509d59b12a..ff7205b96d 100644 --- a/include/wx/cocoa/window.h +++ b/include/wx/cocoa/window.h @@ -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& label) { SetTitle(label); } - virtual wxString GetLabel() const { return GetTitle(); } + virtual void SetLabel(const wxString& label); + virtual wxString GetLabel() const; // label handling // Get character size virtual int GetCharHeight() const; @@ -199,6 +199,8 @@ public: virtual bool Close( bool force = false ); virtual bool Show( bool show = true ); virtual bool Enable( bool enable = true ); + + virtual bool IsDoubleBuffered() const { return true; } }; #endif // __WX_COCOA_WINDOW_H__