]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/dockart.h
Added dummy GetTextWidget() implementation for wxMotif wxComboCtrl
[wxWidgets.git] / include / wx / aui / dockart.h
index 8d572017c072f99b35cd45a56d327376c3d85152..444308bdc99acadadc90357dbdeaeb84bf33368b 100644 (file)
@@ -134,6 +134,8 @@ protected:
 
     void DrawCaptionBackground(wxDC& dc, const wxRect& rect, bool active);
 
+    void InitBitmaps();
+
 protected:
 
     wxPen m_border_pen;
@@ -152,6 +154,7 @@ protected:
     wxPen m_gripper_pen1;
     wxPen m_gripper_pen2;
     wxPen m_gripper_pen3;
+    wxColour m_base_colour;
     wxColour m_active_caption_colour;
     wxColour m_active_caption_gradient_colour;
     wxColour m_active_caption_text_colour;