Big wxRegion clean up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-04 12:04:23 +00:00
parent e0f0b19775
commit 48850fa74d
4 changed files with 208 additions and 528 deletions

View File

@@ -111,7 +111,6 @@ public:
wxRegionContain Contains(const wxRect& rect) const;
public:
wxList *GetRectList() const;
GdkRegion *GetRegion() const;
protected:
@@ -122,9 +121,6 @@ protected:
// common part of ctors for a rectangle region
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
// helper of Intersect()
bool IntersectRegionOnly(const wxRegion& reg);
private:
DECLARE_DYNAMIC_CLASS(wxRegion);
};