]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/gauge.h
setting according to a minimum system of 10.3 and supporting 64 bit
[wxWidgets.git] / include / wx / mac / carbon / gauge.h
index 727906ba1e53a2863076580825e08fc57f1e790e..b75005c4b782c21b5c5ce424860565b50e5c417f 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "wx/control.h"
 
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxGaugeNameStr[];
 
 // Group box
 class WXDLLEXPORT wxGauge: public wxGaugeBase
 
 // Group box
 class WXDLLEXPORT wxGauge: public wxGaugeBase
@@ -45,6 +45,9 @@ class WXDLLEXPORT wxGauge: public wxGaugeBase
     virtual void SetRange(int range);
     virtual void SetValue(int pos);
     virtual int  GetValue() const ;
     virtual void SetRange(int range);
     virtual void SetValue(int pos);
     virtual int  GetValue() const ;
+
+    void Pulse();
+
  protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge)
 };
  protected:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge)
 };