#ifndef __GTKTOPLEVELH__
#define __GTKTOPLEVELH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "toplevel.h"
#endif
virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
virtual bool IsFullScreen() const { return m_fsIsShowing; };
+ virtual bool SetShape(const wxRegion& region);
+
virtual bool Show(bool show = TRUE);
virtual void SetTitle( const wxString &title );