10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/statline.h>
23#include <wx/checkbox.h>
57 PANEL_3D_OPENGL_OPTIONS_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 );
A simple color swatch of the kind used to set layer colors.
Class PANEL_3D_OPENGL_OPTIONS_BASE.
wxStaticLine * m_staticline2
wxStaticText * m_selectionColorLabel
wxCheckBox * m_checkBoxDisableMoveThickness
wxStaticText * m_movingLabel
COLOR_SWATCH * m_selectionColorSwatch
wxCheckBox * m_checkBoxDisableMoveVias
wxCheckBox * m_checkBoxDisableAAMove
~PANEL_3D_OPENGL_OPTIONS_BASE()
wxStaticText * m_staticText221
wxStaticText * m_renderingLabel
wxCheckBox * m_checkBoxCuThickness
wxCheckBox * m_checkBoxBoundingBoxes
wxChoice * m_choiceAntiAliasing
wxCheckBox * m_checkBoxDisableMoveHoles
wxStaticLine * m_staticline1
wxCheckBox * m_checkBoxHighlightOnRollOver
A wxPanel that is designed to be reset in a standard manner.