X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..d31a4a84fb81e0f4975690e45d4d3b11a0f3cd5d:/include/wx/msw/gauge95.h?ds=inline diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 79ae164e66..70390a9584 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -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) };