]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/progdlg.h
Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK wxFont ctor.
[wxWidgets.git] / include / wx / msw / progdlg.h
index cd576dc8e917b3c053ba00fa5cf6a21b9b01b758..459002410f2c5199c5411915b6d55a4fcc8011d4 100644 (file)
@@ -47,11 +47,9 @@ public:
     // Must provide overload to avoid hiding it (and warnings about it)
     virtual void Update() { wxGenericProgressDialog::Update(); }
 
-private:
-    // Returns true if the task dialog is available. If not, all the methods of
-    // this class simply fall back to wxGenericProgressDialog versions.
-    bool HasNativeProgressDialog() const;
+    virtual WXWidget GetHandle() const;
 
+private:
     // Performs common routines to Update() and Pulse(). Requires the
     // shared object to have been entered.
     bool DoNativeBeforeUpdate(bool *skip);