#ifndef _WX_UNIV_STATBOX_H_
#define _WX_UNIV_STATBOX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "univstatbox.h"
-#endif
-
class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
{
public:
// take account of this
virtual wxPoint GetBoxAreaOrigin() const;
- virtual bool HasTransparentBackground() { return true; }
-
protected:
// draw the control
virtual void DoDraw(wxControlRenderer *renderer);