22#include <wx/aui/auibar.h>
23#include <wx/aui/dockart.h>
30 wxAuiDefaultToolBarArt()
37#if wxCHECK_VERSION( 3, 3, 0 )
38 wxSize
GetToolSize( wxReadOnlyDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
40 wxSize
GetToolSize( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
46 void DrawButton( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem,
47 const wxRect& aRect )
override;
51 int ShowDropDown( wxWindow* wnd,
const wxAuiToolBarItemArray& items )
override;
77 void DrawTab( wxDC& dc, wxWindow* wnd,
const wxAuiNotebookPage& page,
const wxRect& in_rect,
78 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