///////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/carbon/toplevel.h
+// Name: wx/osx/toplevel.h
// Purpose: wxTopLevelWindowMac is the Mac implementation of wxTLW
// Author: Stefan Csomor
// Modified by:
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_FRAME_STYLE,
const wxString& name = wxFrameNameStr);
-
+
bool Create(wxWindow *parent, WXWindow nativeWindow);
-
+
virtual bool Destroy();
virtual wxPoint GetClientAreaOrigin() const;
virtual void Iconize(bool iconize = true);
virtual bool IsIconized() const;
virtual void Restore();
-
+
virtual bool IsActive();
virtual void ShowWithoutActivating();