36 wxBoxSizer* bPanelSizer =
new wxBoxSizer( wxHORIZONTAL );
37 wxBoxSizer* bLeftCol =
new wxBoxSizer( wxVERTICAL );
42 bPanelSizer->Add( bLeftCol, 0, wxEXPAND, 0 );
44 this->SetSizer( bPanelSizer );
46 bPanelSizer->Fit(
this );
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
bool ResetPanel(APP_SETTINGS_BASE *aAppSettings)
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.
virtual void Load()
Updates the parameters of this object based on the current JSON document contents.
bool TransferDataToWindow() override
GAL_OPTIONS_PANEL * m_galOptsPanel
PANEL_PL_EDITOR_DISPLAY_OPTIONS(wxWindow *aParent, APP_SETTINGS_BASE *aAppSettings)
void ResetPanel() override
Reset the contents of this panel.
bool TransferDataFromWindow() override
A wxPanel that is designed to be reset in a standard manner.
Functions to provide common constants and other functions to assist in making a consistent UI.