Clear --> ClearBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -75,7 +75,7 @@ public:
 | 
			
		||||
                                      const wxString& name ) ;
 | 
			
		||||
    static WXWindow MacGetWindowInUpdate() { return s_macWindowInUpdate ; }
 | 
			
		||||
    virtual void MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXWindow *window , wxWindowMac** rootwin ) ;
 | 
			
		||||
    virtual void Clear() ;
 | 
			
		||||
    virtual void ClearBackground() ;
 | 
			
		||||
    virtual WXWidget MacGetContainerForEmbedding() ;
 | 
			
		||||
    WXWindow MacGetWindowRef() { return m_macWindow ; }
 | 
			
		||||
    virtual void MacActivate( long timestamp , bool inIsActivating ) ;
 | 
			
		||||
 
 | 
			
		||||
@@ -713,9 +713,9 @@ void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR cli
 | 
			
		||||
    *rootwin = this ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void wxTopLevelWindowMac::Clear()
 | 
			
		||||
void wxTopLevelWindowMac::ClearBackground()
 | 
			
		||||
{
 | 
			
		||||
    wxWindow::Clear() ;
 | 
			
		||||
    wxWindow::ClearBackground() ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
WXWidget wxTopLevelWindowMac::MacGetContainerForEmbedding()
 | 
			
		||||
 
 | 
			
		||||
@@ -713,9 +713,9 @@ void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR cli
 | 
			
		||||
    *rootwin = this ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void wxTopLevelWindowMac::Clear()
 | 
			
		||||
void wxTopLevelWindowMac::ClearBackground()
 | 
			
		||||
{
 | 
			
		||||
    wxWindow::Clear() ;
 | 
			
		||||
    wxWindow::ClearBackground() ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
WXWidget wxTopLevelWindowMac::MacGetContainerForEmbedding()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user