X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6b0e5bdddd91f2f07ec3527c2ebbe2930faf715..715efa4e254cf811bd14617d121b92fa82d64f8c:/include/wx/aui/dockart.h diff --git a/include/wx/aui/dockart.h b/include/wx/aui/dockart.h index 8d572017c0..027f399644 100644 --- a/include/wx/aui/dockart.h +++ b/include/wx/aui/dockart.h @@ -130,10 +130,16 @@ public: const wxRect& rect, wxAuiPaneInfo& pane); + void DrawIcon(wxDC& dc, + const wxRect& rect, + wxAuiPaneInfo& pane); + protected: void DrawCaptionBackground(wxDC& dc, const wxRect& rect, bool active); + void InitBitmaps(); + protected: wxPen m_border_pen; @@ -152,6 +158,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;