X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4765d335f603c29f1fd300288ff1d40a118fcf0e..eaeb6a3c3754be1381d87af44e36c2a947a1493c:/include/wx/mac/window.h diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index c7c6bd43b0..ba8b50315f 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -236,10 +236,12 @@ public : virtual void MacFireMouseEvent( EventRecord *ev ) ; virtual bool MacDispatchMouseEvent(wxMouseEvent& event ) ; virtual void MacEraseBackground( Rect *rect ) ; + virtual void MacPaint( wxPaintEvent &event ) ; WindowRef GetMacRootWindow() const ; virtual ControlHandle MacGetContainerForEmbedding() ; virtual void MacSuperChangedPosition() ; + virtual void MacSuperShown( bool show ) ; bool MacSetupFocusPort() ; bool MacSetupDrawingPort() ;