#ifndef _SLIDER95_H_
#define _SLIDER95_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "slider95.h"
#endif
virtual int GetValue() const;
virtual void SetValue(int);
- void GetSize(int *w, int *h) const;
-
void GetPosition(int *x, int *y) const;
bool Show(bool show = TRUE);