20#ifndef KICAD_WX_AUI_ART_PROVIDERS_H
21#define KICAD_WX_AUI_ART_PROVIDERS_H
23#include <wx/aui/auibar.h>
24#include <wx/aui/dockart.h>
34#if wxCHECK_VERSION( 3, 3, 0 )
35 wxSize
GetToolSize( wxReadOnlyDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
37 wxSize
GetToolSize( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem )
override;
43 void DrawButton( wxDC& aDc, wxWindow* aWindow,
const wxAuiToolBarItem& aItem,
44 const wxRect& aRect )
override;