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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user