93    auto unitChoiceFactory =
 
   99                                             wxDefaultPosition, wxSize( 150, -1 ) );
 
  105    auto bodyChoiceFactory =
 
  111                                                  wxDefaultPosition, wxSize( 150, -1 ) );
 
 
  127    wxMenuBar*  oldMenuBar = GetMenuBar();
 
  134    fileMenu->
AddClose( 
_( 
"Symbol Viewer" ) );
 
  146    viewMenu->AppendSeparator();
 
  148    viewMenu->AppendSeparator();
 
  155    menuBar->Append( fileMenu, 
_( 
"&File" ) );
 
  156    menuBar->Append( viewMenu, 
_( 
"&View" ) );
 
  159    SetMenuBar( menuBar );
 
 
static TOOL_ACTION zoomRedraw
 
static TOOL_ACTION zoomOutCenter
 
static TOOL_ACTION showDatasheet
 
static TOOL_ACTION zoomFitScreen
 
static TOOL_ACTION zoomInCenter
 
void RegisterCustomToolbarControlFactory(const ACTION_TOOLBAR_CONTROL &aControlDesc, const ACTION_TOOLBAR_CONTROL_FACTORY &aControlFactory)
Register a creation factory for toolbar controls that are present in this frame.
 
virtual void configureToolbars()
 
ACTION_TOOLBAR * m_tbTopMain
 
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.
 
static TOOL_ACTION showElectricalTypes
 
static TOOL_ACTION showPinNumbers
 
static TOOL_ACTION addSymbolToSchematic
 
Handle actions for the various symbol editor and viewers.
 
void doReCreateMenuBar() override
 
wxChoice * m_bodyStyleChoice
 
void configureToolbars() override
 
@ ID_LIBVIEW_SELECT_UNIT_NUMBER
 
@ ID_LIBVIEW_SELECT_BODY_STYLE
 
This file contains miscellaneous commonly used macros and functions.