}
// Get the internal region handle
-WXRegion wxRegion::GetXRegion()
+WXRegion wxRegion::GetXRegion() const
{
wxASSERT( m_refData !=NULL );
break ;
}
- // TODO combine region
-
- return FALSE;
+ return FALSE;
}
bool wxRegion::Combine(const wxRect& rect, wxRegionOp op)