X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233f573883834b6c86ad5a9d72fdb6a260f74f81..c5d7b7d20ba810df4ad66f6826c529a106e81577:/include/wx/osx/window.h diff --git a/include/wx/osx/window.h b/include/wx/osx/window.h index 4740a11686..5758b5a8c3 100644 --- a/include/wx/osx/window.h +++ b/include/wx/osx/window.h @@ -265,7 +265,7 @@ public: virtual bool OSXHandleClicked( double timestampsec ); virtual bool OSXHandleKeyEvent( wxKeyEvent& event ); - + bool IsNativeWindowWrapper() const { return m_isNativeWindowWrapper; } protected: // For controls like radio buttons which are genuinely composite @@ -301,7 +301,7 @@ protected: bool m_vScrollBarAlwaysShown; wxWindow* m_growBox ; wxString m_label ; - + bool m_isNativeWindowWrapper; // set to true if we do a sharp clip at the content area of this window