28 wxPanel( aParent, wxID_ANY )
30 auto mainSizer =
new wxBoxSizer( wxHORIZONTAL );
31 SetSizer( mainSizer );
38 auto spacer =
new wxPanel(
this, wxID_ANY );
39 mainSizer->Add( spacer, 1, wxEXPAND | wxLEFT, 5 );
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
bool TransferDataToWindow() override
Load the panel controls from the given opt.
bool TransferDataFromWindow() override
Read the options set in the UI into the given options object.
bool TransferDataToWindow() override
bool TransferDataFromWindow() override
PANEL_GAL_DISPLAY_OPTIONS(wxWindow *aParent, APP_SETTINGS_BASE *aAppSettings)
GAL_OPTIONS_PANEL * m_galOptsPanel