]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
Applied patch [ 1586964 ] Getting the PID of the process executed by wxProcess::Open()
[wxWidgets.git] / include / wx / msw / gauge95.h
index 79ae164e665b0ac09fe8cddd1fe96a0af9dbac90..e7d826968b23c416eb302f41b0ba328000cc285c 100644 (file)
@@ -51,10 +51,15 @@ public:
     virtual bool SetForegroundColour(const wxColour& col);
     virtual bool SetBackgroundColour(const wxColour& col);
 
     virtual bool SetForegroundColour(const wxColour& col);
     virtual bool SetBackgroundColour(const wxColour& col);
 
+
+    void SetIndeterminateMode();
+    void SetDeterminateMode();
+    void Pulse();
+
 protected:
 protected:
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
     virtual wxSize DoGetBestSize() const;
 
     virtual wxSize DoGetBestSize() const;
 
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };