#include "wx/control.h"
-WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxGaugeNameStr[];
// Group box
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)
};