UnRef();
}
+bool wxRegion::Offset(wxCoord x, wxCoord y)
+{
+ return false;
+}
+
bool wxRegion::Combine(long x, long y, long width, long height, wxRegionOp op)
{
return false;
{
}
+wxRegion::wxRegion(const wxRect& rect)
+{
+}
+
wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight)
{
}