X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da0f19f8a827ea41ee04cabbc9c25377f1476dd7..48aaa7b651c1c80a7f081bb239c363279bb34e3b:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 052a7ae712..e7d826968b 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -12,15 +12,9 @@ #ifndef _GAUGE95_H_ #define _GAUGE95_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "gauge95.h" -#endif - -#if wxUSE_SLIDER - -#include "wx/control.h" +#if wxUSE_GAUGE -WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; +extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[]; // Group box class WXDLLEXPORT wxGauge95 : public wxGaugeBase @@ -57,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) };