]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
finished wxWindow for MGL
[wxWidgets.git] / include / wx / msw / dialog.h
index f97ed29db02da90be9789192304491cad5f90ccb..5fb90d68c31789463d1caa691358f9f6d78ab44e 100644 (file)
@@ -82,6 +82,9 @@ public:
     bool Iconized() const { return IsIconized(); };
 #endif
 
+    // wxMSW only: remove the "Close" button from the dialog
+    bool EnableCloseButton(bool enable = TRUE);
+
     // implementation only from now on
     // -------------------------------