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
wxBitmap KiScaledBitmap(BITMAP_DEF aBitmap, wxWindow *aWindow)
Construct a wxBitmap from a memory record, scaling it if device DPI demands it.
static TOOL_ACTION zoomOutCenter
This file contains miscellaneous commonly used macros and functions.
void ReCreateHToolbar() override
static TOOL_ACTION toggleGrid
const BITMAP_OPAQUE lib_previous_xpm[1]
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
const BITMAP_OPAQUE lib_next_xpm[1]
static TOOL_ACTION addSymbolToSchematic
void ReCreateVToolbar() override
static TOOL_ACTION showDeMorganStandard
static TOOL_ACTION showElectricalTypes
const BITMAP_OPAQUE library_browser_xpm[1]
static TOOL_ACTION zoomRedraw
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
static TOOL_ACTION gridProperties
Definition for part library class.
Handle actions for the various symbol editor and viewers.