20 #ifndef PANEL_TOOLBAR_CUSTOMIZATION_H_
21 #define PANEL_TOOLBAR_CUSTOMIZATION_H_
28#include <wx/bmpbndl.h>
45 TOOLBAR_TREE( wxWindow *parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
46 const wxSize& size = wxDefaultSize,
long style = wxTR_DEFAULT_STYLE ) :
47 wxTreeCtrl( parent, id, pos, size, style )
51 int OnCompareItems(
const wxTreeItemId& item1,
const wxTreeItemId& item2 )
override;
74 FRAME_T aActionContext,
const std::vector<TOOL_ACTION*>& aTools,
75 const std::vector<ACTION_TOOLBAR_CONTROL*>& aControls );
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
ACTION_TOOLBAR_CONTROL * control