X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..a387938f80a2804f259e7305513231be39620fd2:/include/wx/msw/gauge95.h?ds=inline diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 79ae164e66..e7d826968b 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -51,10 +51,15 @@ public: virtual bool SetForegroundColour(const wxColour& col); virtual bool SetBackgroundColour(const wxColour& col); + + void SetIndeterminateMode(); + void SetDeterminateMode(); + void Pulse(); + protected: - virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; virtual wxSize DoGetBestSize() const; + WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95) };