mac toplevel window added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-09-30 09:16:31 +00:00
parent 93b4dc4b14
commit fe08e59704
12 changed files with 98 additions and 107 deletions

View File

@@ -25,7 +25,7 @@
#include <wx/mac/uma.h>
extern wxList wxModelessWindows;
extern wxWindowList wxModelessWindows;
extern wxList wxPendingDelete;
#if !USE_SHARED_LIBRARY
@@ -164,39 +164,6 @@ bool wxFrameMac::Enable(bool enable)
return TRUE;
}
// Equivalent to maximize/restore in Windows
void wxFrameMac::Maximize(bool maximize)
{
// TODO
}
bool wxFrameMac::IsIconized() const
{
// TODO
return FALSE;
}
void wxFrameMac::Iconize(bool iconize)
{
// TODO
}
// Is the frame maximized?
bool wxFrameMac::IsMaximized(void) const
{
// TODO
return FALSE;
}
void wxFrameMac::Restore()
{
// TODO
}
void wxFrameMac::SetIcon(const wxIcon& icon)
{
wxFrameBase::SetIcon(icon);
}
wxStatusBar *wxFrameMac::OnCreateStatusBar(int number, long style, wxWindowID id,
const wxString& name)