#ifndef _WX_UNIV_STATBMP_H_
#define _WX_UNIV_STATBMP_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "univstatbmp.h"
-#endif
-
#include "wx/bitmap.h"
// ----------------------------------------------------------------------------
wxIcon GetIcon() const;
virtual bool HasTransparentBackground() { return true; }
-
-private:
+
+protected:
virtual void DoDraw(wxControlRenderer *renderer);
+private:
// the bitmap which we show
wxBitmap m_bitmap;