projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reSWIGGed
[wxWidgets.git]
/
wxPython
/
src
/
_gauge.i
diff --git
a/wxPython/src/_gauge.i
b/wxPython/src/_gauge.i
index 71302de64427aed2ba8b50ccb95502c4246ddc6e..6c5c16c5b615e2d7f20d094c361373b9b7d1e014 100644
(file)
--- a/
wxPython/src/_gauge.i
+++ b/
wxPython/src/_gauge.i
@@
-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;