10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/radiobox.h>
19#include <wx/settings.h>
39 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.
wxRadioBox * m_XAxisDirection
~PANEL_PCBNEW_DISPLAY_ORIGIN_BASE()
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)
wxRadioBox * m_DisplayOrigin
wxRadioBox * m_YAxisDirection
A wxPanel that is designed to be reset in a standard manner.