X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b156929dd096cb0c0c46cd4a5747556dde228675..81853b98619293be66074d74d2557973c0f3ab21:/include/wx/mac/carbon/window.h diff --git a/include/wx/mac/carbon/window.h b/include/wx/mac/carbon/window.h index 43368f9e3e..363767bdfc 100644 --- a/include/wx/mac/carbon/window.h +++ b/include/wx/mac/carbon/window.h @@ -82,9 +82,9 @@ public: int *externalLeading = NULL, const wxFont *theFont = NULL ) const; - +protected: virtual bool DoPopupMenu( wxMenu *menu, int x, int y ); - +public: virtual void SetScrollbar( int orient, int pos, int thumbVisible, int range, bool refresh = true ); virtual void SetScrollPos( int orient, int pos, bool refresh = true );