#ifndef _WX_STATBMP_H_BASE_
#define _WX_STATBMP_H_BASE_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "statbmpbase.h"
-#endif
-
#include "wx/defs.h"
#if wxUSE_STATBMP
// overriden base class virtuals
virtual bool AcceptsFocus() const { return false; }
+ virtual bool HasTransparentBackground() { return true; }
protected:
virtual wxSize DoGetBestSize() const;