]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Add wxProgressDialog::Was{Cancelled,Skipped}() convenience methods.
[wxWidgets.git] / include / wx / msw / toplevel.h
index 43721fa25fe4921d097508df75562b8c8ba6c494..b464c227b7f0749f28b3e2c3b1bca752ba980c5a 100644 (file)
@@ -64,6 +64,7 @@ public:
 
     virtual bool Show(bool show = true);
 
+    virtual void ShowWithoutActivating();
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual bool IsFullScreen() const { return m_fsIsShowing; }