X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d2c19f1367399be8d3220fa1c0fcdcb0ff6b6ae..68c957045a3919d9ac241a1e775c233bb6d1a793:/src/mac/classic/gauge.cpp diff --git a/src/mac/classic/gauge.cpp b/src/mac/classic/gauge.cpp index f821220971..5dbb9f1a23 100644 --- a/src/mac/classic/gauge.cpp +++ b/src/mac/classic/gauge.cpp @@ -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;