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:
@@ -118,7 +118,7 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
|
|||||||
|
|
||||||
virtual void MacSuperChangedPosition() ;
|
virtual void MacSuperChangedPosition() ;
|
||||||
virtual void MacTopLevelWindowChangedPosition() ;
|
virtual void MacTopLevelWindowChangedPosition() ;
|
||||||
virtual void MacSuperShown( bool show ) ;
|
virtual void MacVisibilityChanged() ;
|
||||||
|
|
||||||
void MacUpdateView() ;
|
void MacUpdateView() ;
|
||||||
|
|
||||||
|
@@ -92,6 +92,7 @@ public:
|
|||||||
virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
|
virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
|
||||||
|
|
||||||
bool MacUsesCompositing() { return m_macUsesCompositing; }
|
bool MacUsesCompositing() { return m_macUsesCompositing; }
|
||||||
|
virtual void MacInstallTopLevelWindowEventHandler() ;
|
||||||
|
|
||||||
void MacSetMetalAppearance( bool on ) ;
|
void MacSetMetalAppearance( bool on ) ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user