24 #ifndef PANEL_TOOLBAR_CUSTOMIZATION_H_
25 #define PANEL_TOOLBAR_CUSTOMIZATION_H_
32#include <wx/bmpbndl.h>
49 TOOLBAR_TREE( wxWindow *parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
50 const wxSize& size = wxDefaultSize,
long style = wxTR_DEFAULT_STYLE ) :
51 wxTreeCtrl( parent, id, pos, size, style )
55 int OnCompareItems(
const wxTreeItemId& item1,
const wxTreeItemId& item2 )
override;
68 const std::vector<TOOL_ACTION*>& aTools,
69 const std::vector<ACTION_TOOLBAR_CONTROL*>& aControls );
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.