#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);
int width, int height,
int sizeFlags = wxSIZE_AUTO);
- DECLARE_DYNAMIC_CLASS(wxSlider95)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
};
#endif