X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30827629fa11f6365f69bd2917e1a35d22c35363..ae8c4b33a3272fba39c405542141e7c486b75136:/include/wx/univ/statbox.h?ds=sidebyside 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);