X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52479aefae169d5c85cd0e07d159db0b8dd0a965..c746b747074dba438ac1c06b612184aaad7c7dc6:/include/wx/mac/classic/gauge.h diff --git a/include/wx/mac/classic/gauge.h b/include/wx/mac/classic/gauge.h index 4eb5db3a69..4d262e12ad 100644 --- a/include/wx/mac/classic/gauge.h +++ b/include/wx/mac/classic/gauge.h @@ -12,13 +12,9 @@ #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: