Pulse mode in gauge

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-09 19:36:27 +00:00
parent 19b47f5b2c
commit e81851eb9c
3 changed files with 26 additions and 10 deletions

View File

@@ -59,6 +59,9 @@ public:
virtual void SetValue(int pos);
virtual int GetValue() const;
// indeterminate mode API
virtual void Pulse();
// simple accessors
bool IsVertical() const;