X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30827629fa11f6365f69bd2917e1a35d22c35363..85b657c79d32e5876ce5b8ae1e7b9519fee18247:/include/wx/univ/statbox.h diff --git a/include/wx/univ/statbox.h b/include/wx/univ/statbox.h index 382f2a9eb6..2e49e1a9db 100644 --- a/include/wx/univ/statbox.h +++ b/include/wx/univ/statbox.h @@ -6,7 +6,7 @@ // Created: 15.08.00 // RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_UNIV_STATBOX_H_ @@ -51,6 +51,8 @@ public: // take account of this virtual wxPoint GetBoxAreaOrigin() const; + virtual bool HasTransparentBackground() { return TRUE; } + protected: // draw the control virtual void DoDraw(wxControlRenderer *renderer);