virtual void HandleResized( double timestampsec );
virtual void HandleMoved( double timestampsec );
virtual void HandleResizing( double timestampsec, wxRect* rect );
+
+ virtual bool Destroy();
protected:
// common part of all ctors
virtual bool OSXShowWithEffect(bool show,
wxShowEffect effect,
unsigned timeout);
+
+ virtual void WillBeDestroyed();
wxNonOwnedWindowImpl* m_nowpeer ;