42 wxBoxSizer* boxSizer =
new wxBoxSizer( wxVERTICAL );
45 boxSizer->Add(
m_tree, 1, wxEXPAND, 5 );
49 boxSizer->Fit(
this );
51 m_libMgr->GetAdapter()->FinishTreeInitialization();
73 m_tree->BlockPreview(
true );
80 m_tree->BlockPreview(
false );
Symbol library management helper that is specific to the symbol library editor frame.
Widget displaying a tree of symbols with optional search text control and description panel.
static TOOL_ACTION editSymbol
The symbol library editor main window.
static SYMBOL_LIB_TABLE & GetGlobalLibTable()
void onUpdateUI(wxUpdateUIEvent &aEvent)
LIB_SYMBOL_LIBRARY_MANAGER * m_libMgr
SYMBOL_TREE_PANE(SYMBOL_EDIT_FRAME *aParent, LIB_SYMBOL_LIBRARY_MANAGER *aLibMgr)
SYMBOL_EDIT_FRAME * m_symbolEditFrame
void onSymbolSelected(wxCommandEvent &aEvent)
void onMenuClose(wxMenuEvent &aEvent)
void onMenuOpen(wxMenuEvent &aEvent)
Handle parent menu events to block preview updates while the menu is open.
LIB_TREE * m_tree
symbol search tree widget