class WXDLLEXPORT wxTabLayer: public wxList
{
-// Why did someone remove this, please?
-DECLARE_DYNAMIC_CLASS(wxTabLayer)
- wxTabLayer():wxList() {}
+ DECLARE_DYNAMIC_CLASS(wxTabLayer)
};
/*
inline wxPen *GetBackgroundPen(void) const { return m_backgroundPen; }
inline wxBrush *GetBackgroundBrush(void) const { return m_backgroundBrush; }
- inline void SetViewRect(const wxRectangle& rect) { m_tabViewRect = rect; }
+ inline void SetViewRect(const wxRect& rect) { m_tabViewRect = rect; }
inline wxRect GetViewRect(void) const { return m_tabViewRect; }
// Calculate tab width to fit to view, and optionally adjust the view