22#include <wx/aui/auibar.h>
23#include <wx/aui/dockart.h>
30 wxAuiDefaultToolBarArt()
35#if wxCHECK_VERSION( 3, 3, 0 )
36 wxSize
GetToolSize( wxReadOnlyDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
38 wxSize
GetToolSize( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
44 void DrawButton( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem,
45 const wxRect& aRect )
override;
68 void DrawTab( wxDC& dc, wxWindow* wnd,
const wxAuiNotebookPage& page,
const wxRect& in_rect,
69 int close_button_state, wxRect* out_tab_rect, wxRect* out_button_rect,
int* x_extent )
override;
void DrawTab(wxDC &dc, wxWindow *wnd, const wxAuiNotebookPage &page, const wxRect &in_rect, int close_button_state, wxRect *out_tab_rect, wxRect *out_button_rect, int *x_extent) override
wxAuiTabArt * Clone() override