28#include <wx/stattext.h>
70 wxString msg_bold =
_(
"Footprint Filters:" );
74 text->SetLabelMarkup(
"<b>" + msg_bold +
"</b>" );
85 wxDefaultSize, wxTE_PROCESS_ENTER );
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION deleteAll
static TOOL_ACTION gotoPreviousNA
Navigate the component tree.
static TOOL_ACTION gotoNextNA
static TOOL_ACTION FilterFPbyLibrary
static TOOL_ACTION filterFPbyPin
static TOOL_ACTION autoAssociate
Footprint Association actions.
static TOOL_ACTION FilterFPbyFPFilters
Footprint Filtering actions.
static TOOL_ACTION saveAssociationsToSchematic
Management actions.
static TOOL_ACTION showFootprintViewer
Open the footprint viewer.
void onTextFilterChanged(wxCommandEvent &event)
ACTION_TOOLBAR * m_mainToolBar
wxTextCtrl * m_tcFilterString
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.