51 _(
"Choose symbol" ) );
55 _(
"Display previous symbol" ) );
59 _(
"Display next symbol" ) );
75 wxDefaultPosition, wxSize( 150, -1 ) );
101 wxMenuBar* oldMenuBar = GetMenuBar();
108 fileMenu->
AddClose(
_(
"Symbol Viewer" ) );
120 viewMenu->AppendSeparator();
124 viewMenu->AppendSeparator();
130 menuBar->Append( fileMenu,
_(
"&File" ) );
131 menuBar->Append( viewMenu,
_(
"&View" ) );
134 SetMenuBar( menuBar );
void ReCreateMenuBar() override
Recreates the menu bar.
static TOOL_ACTION showDatasheet
Inspection and Editing.
static TOOL_ACTION zoomInCenter
static TOOL_ACTION zoomFitScreen
ACTION_TOOLBAR * m_mainToolBar
static TOOL_ACTION showDeMorganAlternate
static TOOL_ACTION zoomOutCenter
This file contains miscellaneous commonly used macros and functions.
void ReCreateHToolbar() override
static TOOL_ACTION toggleGrid
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
Definition for symbol library class.
static TOOL_ACTION addSymbolToSchematic
void ReCreateVToolbar() override
static TOOL_ACTION showDeMorganStandard
static TOOL_ACTION showElectricalTypes
wxBitmap KiScaledBitmap(BITMAPS aBitmap, wxWindow *aWindow, int aHeight, bool aQuantized)
Construct a wxBitmap from a memory record, scaling it if device DPI demands it.
static TOOL_ACTION zoomRedraw
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
static TOOL_ACTION gridProperties
Handle actions for the various symbol editor and viewers.