X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..434e29032fdbff103182aa97bb66af48332f9dc8:/include/wx/msw/gauge95.h?ds=sidebyside diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 26e7c18e35..70390a9584 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -51,12 +51,16 @@ public: virtual bool SetForegroundColour(const wxColour& col); virtual bool SetBackgroundColour(const wxColour& col); - virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + + void SetIndeterminateMode(); + void SetDeterminateMode(); + void Pulse(); + + WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; protected: virtual wxSize DoGetBestSize() const; - DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95) };