]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
1. wxStaticBox doesn't draw over the underlying controls any more
[wxWidgets.git] / include / wx / msw / dialog.h
index 0e4dce9d62304171aeedeee202425169db95d5aa..f7a07592f8bac109087f26a00de20b415d873f93 100644 (file)
@@ -77,6 +77,8 @@ public:
     virtual bool IsIconized() const;
     void Fit();
 
+    virtual bool IsTopLevel() const { return TRUE; }
+    
     void SetTitle(const wxString& title);
     wxString GetTitle() const ;