]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibook.h
Correct names of some event binders
[wxWidgets.git] / include / wx / aui / auibook.h
index a5dd8de96b04da7e005b426034b922fc9bc9f841..046fec20893b084a342826ccbb77b40baa410785 100644 (file)
@@ -263,11 +263,9 @@ protected:
     wxFont m_normal_font;
     wxFont m_selected_font;
     wxFont m_measuring_font;
-    wxPen m_normal_bkpen;
-    wxPen m_selected_bkpen;
-    wxBrush m_normal_bkbrush;
-    wxBrush m_selected_bkbrush;
-    wxBrush m_bkbrush;
+    wxColour m_base_colour;
+    wxPen m_base_colour_pen;
+    wxBrush m_base_colour_brush;
     wxBitmap m_active_close_bmp;
     wxBitmap m_disabled_close_bmp;
     wxBitmap m_active_left_bmp;