return;
int left, top, w, h;
- // perhaps we should do this for all ?
-#ifdef __WXOSX_IPHONE__
- m_peer->GetContentArea(left, top, w, h);
-#else
m_nowpeer->GetContentArea(left, top, w, h);
-#endif
if (width)
*width = w ;
wxCHECK_MSG( HasFlag(wxFRAME_SHAPED), false,
wxT("Shaped windows must be created with the wxFRAME_SHAPED style."));
+ m_shape = region;
+
// The empty region signifies that the shape
// should be removed from the window.
if ( region.IsEmpty() )