X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b781a6729859abc77e6ca5b1f81cbaad974a78f..5527476f67f7313aeea0d16b2fe366e5a5ddb493:/include/wx/mac/window.h?ds=sidebyside diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index 3692c3cfb8..bef7586650 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -177,6 +177,7 @@ public: // event handlers // -------------- + void OnSetFocus(wxFocusEvent& event) ; void OnEraseBackground(wxEraseEvent& event); void OnIdle(wxIdleEvent& event); void MacOnScroll(wxScrollEvent&event ) ; @@ -255,6 +256,7 @@ public : static long MacRemoveBordersFromStyle( long style ) ; virtual void MacSuperChangedPosition() ; virtual void MacSuperShown( bool show ) ; + bool MacIsReallyShown() const ; /* bool MacSetupFocusPort() ; bool MacSetupDrawingPort() ;