59 size.y = cfg->m_FootprintWizardList.height;
77 catch(
const std::runtime_error& e )
79 wxFAIL_MSG( e.what() );
82 if( cfg && !IsIconized() )
114 for(
int ii = 0; ii < n_wizards; ii++ )
116 wxString num = wxString::Format( wxT(
"%d" ), ii+1 );
151 if( message.IsEmpty() )
153 m_tcNotLoaded->SetValue(
_(
"All footprint generator scripts were loaded" ) );
172 int click_row =
event.GetRow();
183 wxPostEvent(
this, wxCommandEvent( wxEVT_COMMAND_BUTTON_CLICKED, wxID_OK ) );
void SetupStandardButtons(std::map< int, wxString > aLabels={})
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
DIALOG_FOOTPRINT_WIZARD_LIST m_FootprintWizardList
virtual SETTINGS_MANAGER & GetSettingsManager() const
T * GetAppSettings()
Returns a handle to the a given settings by type If the settings have already been loaded,...
void pcbnewGetUnloadableScriptNames(wxString &aNames)
Collect the list of python scripts which could not be loaded.
void pcbnewGetScriptsSearchPaths(wxString &aNames)
Collect the list of paths where python scripts are searched.
void pcbnewGetWizardsBackTrace(wxString &aTrace)
Return the backtrace of errors (if any) when wizard python scripts are loaded.
PGM_BASE & Pgm()
The global Program "get" accessor.