added clipping code for controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,18 @@ private:
|
|||||||
const wxDC* m_dc ;
|
const wxDC* m_dc ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
class WXDLLEXPORT wxMacWindowClipper
|
||||||
|
{
|
||||||
|
DECLARE_NO_COPY_CLASS(wxMacWindowClipper)
|
||||||
|
|
||||||
|
public:
|
||||||
|
wxMacWindowClipper( const wxWindow* win ) ;
|
||||||
|
~wxMacWindowClipper() ;
|
||||||
|
private:
|
||||||
|
RgnHandle m_formerClip ;
|
||||||
|
RgnHandle m_newClip ;
|
||||||
|
} ;
|
||||||
|
|
||||||
class wxMacDrawingHelper
|
class wxMacDrawingHelper
|
||||||
{
|
{
|
||||||
DECLARE_NO_COPY_CLASS(wxMacDrawingHelper)
|
DECLARE_NO_COPY_CLASS(wxMacDrawingHelper)
|
||||||
|
Reference in New Issue
Block a user