72 wxString choiceList[5] =
74 _(
"Left Top paper corner"),
75 _(
"Right Bottom page corner"),
76 _(
"Left Bottom page corner"),
77 _(
"Right Top page corner"),
78 _(
"Left Top page corner")
84 wxDefaultPosition, wxDefaultSize, 5, choiceList );
89 m_originSelectBox->SetToolTip(
_(
"Origin of coordinates displayed to the status bar") );
93 for(
int ii = 0; ii < 5; ii++ )
96 minwidth = std::max( minwidth, width );
102 wxString pageList[5] =
111 wxDefaultPosition, wxDefaultSize, 2, pageList );
115 m_pageSelectBox->SetToolTip(
_(
"Simulate page 1 or other pages to show how items\n"\
116 "which are not on all page are displayed") );
168 wxDefaultPosition, wxDefaultSize,
static TOOL_ACTION showInspector
static TOOL_ACTION zoomInCenter
static TOOL_ACTION layoutEditMode
ACTION_TOOLBAR * m_optionsToolBar
static TOOL_ACTION drawLine
static TOOL_ACTION zoomTool
void ReCreateVToolbar() override
creates or updates the right vertical toolbar.
static TOOL_ACTION placeImage
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION millimetersUnits
void UpdateToolbarControlSizes() override
Update the sizes of any controls in the toolbars of the frame.
static TOOL_ACTION placeText
ACTION_TOOLBAR * m_mainToolBar
static TOOL_ACTION zoomOutCenter
wxSize GetTextSize(const wxString &aSingleLine, wxWindow *aWindow)
Return the size of aSingleLine of text when it is rendered in aWindow using whatever font is currentl...
static TOOL_ACTION toggleGrid
static TOOL_ACTION inchesUnits
static TOOL_ACTION previewSettings
static TOOL_ACTION drawRectangle
static TOOL_ACTION milsUnits
wxChoice * m_pageSelectBox
void ReCreateOptToolbar() override
Create or update the left vertical toolbar (option toolbar.
static TOOL_ACTION zoomRedraw
static TOOL_ACTION appendImportedWorksheet
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
static TOOL_ACTION deleteTool
static TOOL_ACTION layoutNormalMode
void ReCreateHToolbar() override
wxChoice * m_originSelectBox
static TOOL_ACTION selectionTool
ACTION_TOOLBAR * m_drawToolBar