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:
parent
e35a624d40
commit
aa4d3151d6
@ -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() ;
|
||||
|
||||
|
@ -92,6 +92,7 @@ public:
|
||||
virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
|
||||
|
||||
bool MacUsesCompositing() { return m_macUsesCompositing; }
|
||||
virtual void MacInstallTopLevelWindowEventHandler() ;
|
||||
|
||||
void MacSetMetalAppearance( bool on ) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user