X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbf8aca6d4972b7a92e483e52245485c14e700f6..06cc1fb991aa0b6ec8966627d3c6d6bd0ade04be:/include/wx/mac/toplevel.h diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index f101e5626d..182c916c03 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/mac/toplevel.h // Purpose: wxTopLevelWindowMac is the Mac implementation of wxTLW -// Author: Vadim Zeitlin +// Author: Stefan Csomor // Modified by: // Created: 20.09.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001 Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -58,6 +58,8 @@ public: virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); } virtual void Restore(); + virtual bool SetShape(const wxRegion& region); + virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL) { return FALSE; } virtual bool IsFullScreen() const { return FALSE; } @@ -93,7 +95,7 @@ public: short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; } #if TARGET_CARBON - WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; } + WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; } #endif protected: // common part of all ctors @@ -116,7 +118,7 @@ protected: static WXWindow s_macWindowInUpdate ; private : #if TARGET_CARBON - WXEVENTHANDLERREF m_macEventHandler ; + WXEVENTHANDLERREF m_macEventHandler ; #endif };