]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/gauge.h
Added DoLoadFile, DoSaveFile to wxTextCtrlBase
[wxWidgets.git] / include / wx / mac / classic / gauge.h
index 4eb5db3a69057b5f81f63edf16d1e9b79502c49e..4d262e12adbcecb668631daa7d0ee838290c8122 100644 (file)
 #ifndef _WX_GAUGE_H_
 #define _WX_GAUGE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "gauge.h"
-#endif
-
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxGaugeNameStr[];
 
 // Group box
 class WXDLLEXPORT wxGauge: public wxGaugeBase
@@ -56,6 +52,8 @@ class WXDLLEXPORT wxGauge: public wxGaugeBase
   int GetRange() const ;
   int GetValue() const ;
 
+  void Pulse();
+
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
 
  protected: