]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/gauge.h
adding same methodname as gtk and msw
[wxWidgets.git] / include / wx / mac / carbon / gauge.h
index 97109b14598118b5c6a362f91877f726a65c2123..b75005c4b782c21b5c5ce424860565b50e5c417f 100644 (file)
@@ -45,6 +45,9 @@ class WXDLLEXPORT wxGauge: public wxGaugeBase
     virtual void SetRange(int range);
     virtual void SetValue(int pos);
     virtual int  GetValue() const ;
+
+    void Pulse();
+
  protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge)
 };