WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr;
// Group box
-class WXDLLEXPORT wxGauge: public wxControl
+class WXDLLEXPORT wxGauge: public wxGaugeBase
{
DECLARE_DYNAMIC_CLASS(wxGauge)
public:
int GetRange() const ;
int GetValue() const ;
- void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-
virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
protected: