]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
compilation fix for Borland C++
[wxWidgets.git] / include / wx / msw / gauge95.h
index 79ae164e665b0ac09fe8cddd1fe96a0af9dbac90..70390a958444269bf652e811c37adacf88cc9400 100644 (file)
@@ -51,11 +51,16 @@ 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;
+
 protected:
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
     virtual wxSize DoGetBestSize() const;
 
-
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };