X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1114a102d5f1ecb49516058028ede501da153809..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/aui/dockart.h diff --git a/include/wx/aui/dockart.h b/include/wx/aui/dockart.h index dbe21f332b..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;