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