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;
78 FRAME_T aActionContext,
const std::vector<TOOL_ACTION*>& aTools,
79 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