]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/gauge.cpp
Back to previous call with -1 replacement.
[wxWidgets.git] / src / mac / classic / gauge.cpp
index f821220971bc21b99512d1c60e4fed0d46044cd7..5dbb9f1a2388a0d0c7bc0f65b9ba11c86f2b91c6 100644 (file)
@@ -72,6 +72,11 @@ void wxGauge::SetValue(int pos)
        ::SetControl32BitValue( (ControlHandle) m_macControl , m_gaugePos ) ;
 }
 
+void wxGauge::Pulse()
+{
+    // need to use the animate() method of NSProgressIndicator Class here
+}
+
 int wxGauge::GetShadowWidth() const
 {
     return 0;