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)
};