#ifndef _WX_GAUGE_H_
#define _WX_GAUGE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "gauge.h"
#endif
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: