glcanvas fix and toplevel event handler exposed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-03-28 17:47:01 +00:00
parent e35a624d40
commit aa4d3151d6
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
virtual void MacSuperChangedPosition() ;
virtual void MacTopLevelWindowChangedPosition() ;
virtual void MacSuperShown( bool show ) ;
virtual void MacVisibilityChanged() ;
void MacUpdateView() ;

View File

@ -92,6 +92,7 @@ public:
virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
bool MacUsesCompositing() { return m_macUsesCompositing; }
virtual void MacInstallTopLevelWindowEventHandler() ;
void MacSetMetalAppearance( bool on ) ;