]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
fix unused parameter warnings
[wxWidgets.git] / include / wx / msw / gauge95.h
index 79ae164e665b0ac09fe8cddd1fe96a0af9dbac90..d5952426202c1d7a7c8c64c9a8cc0253b9f7efbb 100644 (file)
@@ -51,11 +51,19 @@ public:
     virtual bool SetForegroundColour(const wxColour& col);
     virtual bool SetBackgroundColour(const wxColour& col);
 
+
+    void SetIndeterminateMode();
+    void SetDeterminateMode();
+    void Pulse();
+
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
     virtual wxSize DoGetBestSize() const;
 
-
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };