]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/toplevel.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / mgl / toplevel.h
index 8ed3a91b607d24a868dedc9f912156d6276b6857..859d9a3849fc12757935cdb58760fcc5396f0cdc 100644 (file)
@@ -58,6 +58,8 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual bool IsFullScreen() const { return m_fsIsShowing; }
 
+    virtual bool Show(bool show = TRUE);
+
     virtual void SetTitle(const wxString &title) { m_title = title; }
     virtual wxString GetTitle() const { return m_title; }