const wxString& name = wxFrameNameStr);
virtual ~wxTopLevelWindowMac();
+
+ virtual bool Destroy();
virtual wxPoint GetClientAreaOrigin() const;
// should the frame be maximized when it will be shown? set by Maximize()
// when it is called while the frame is hidden
bool m_maximizeOnShow;
-
- void *m_macFullScreenData ;
private :
DECLARE_EVENT_TABLE()
};