// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c)
+// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __WXUNIVERSAL__
virtual bool IsCanvasWindow() const { return true; }
- virtual bool ProvidesBackground() const { return true; }
#endif
- virtual void ApplyParentThemeBackground(const wxColour& bg)
- { SetBackgroundColour(bg); }
-
WX_DECLARE_CONTROL_CONTAINER();