class WXDLLEXPORT wxControlContainer;
-WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxPanelNameStr;
// ----------------------------------------------------------------------------
// wxPanel contains other controls and implements TAB traversal between them
#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();