#ifndef _GAUGE95_H_
#define _GAUGE95_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "gauge95.h"
#endif
// overriden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
- // Backward compatibility
-#if WXWIN_COMPATIBILITY
- void SetButtonColour(const wxColour& col) { SetForegroundColour(col); }
-#endif
-
virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
protected: