10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/radiobut.h>
52 PANEL_PCBNEW_DISPLAY_ORIGIN_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_PCBNEW_DISPLAY_ORIGIN_BASE.
wxRadioButton * m_xIncreasesRight
wxStaticText * xAxisLabel
wxStaticLine * m_staticline2
wxRadioButton * m_xIncreasesLeft
wxRadioButton * m_gridOrigin
wxStaticLine * m_staticline3
wxRadioButton * m_drillPlaceOrigin
wxRadioButton * m_yIncreasesUp
~PANEL_PCBNEW_DISPLAY_ORIGIN_BASE()
wxRadioButton * m_yIncreasesDown
wxStaticText * yAxisLabel
wxStaticLine * m_staticline1
wxStaticText * displayOriginLabel
wxBoxSizer * m_displayOrigin
wxRadioButton * m_pageOrigin
A wxPanel that is designed to be reset in a standard manner.