]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/tabg.h
Removed small OGL glitches; added new sample
[wxWidgets.git] / include / wx / generic / tabg.h
index 2fb6dcc27a2e2e9c64e1901be3e0310a30f28446..b3a02100eecc8ce913268dbf430bbb3b26240400 100644 (file)
@@ -85,9 +85,7 @@ protected:
 
 class WXDLLEXPORT wxTabLayer: public wxList
 {
-// Why did someone remove this, please?
-DECLARE_DYNAMIC_CLASS(wxTabLayer)
-  wxTabLayer():wxList() {}
+  DECLARE_DYNAMIC_CLASS(wxTabLayer)
 };
 
 /*
@@ -152,7 +150,7 @@ public:
   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