#ifndef _WX_UNIV_SCRTHUMB_H_
#define _WX_UNIV_SCRTHUMB_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "univscrthumb.h"
-#endif
-
// ----------------------------------------------------------------------------
// wxScrollThumb is not a control but just a class containing the common
// functionality of scroll thumb such as used by scrollbars, sliders and maybe
class WXDLLEXPORT wxControlWithThumb
{
public:
+ virtual ~wxControlWithThumb() {}
+
// simple accessors
// ----------------