]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
wxMGL compilation fix
[wxWidgets.git] / include / wx / msw / toplevel.h
index e84fe2267ee2ed24c3023c32cd574e464649b654..66c81cfb453dd2861cfb081c5a033517e5c1e8b2 100644 (file)
@@ -62,6 +62,10 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual bool IsFullScreen() const { return m_fsIsShowing; }
 
+    // wxMSW only: EnableCloseButton(FALSE) may be used to remove the "Close"
+    // button from the title bar
+    bool EnableCloseButton(bool enable = TRUE);
+
     // implementation from now on
     // --------------------------