59 size.y = cfg->m_FootprintWizardList.height;
76 cfg->m_FootprintWizardList.height = GetSize().y;
104 for(
int ii = 0; ii < n_wizards; ii++ )
142 if( message.IsEmpty() )
144 m_tcNotLoaded->SetValue(
_(
"All footprint generator scripts were loaded" ) );
163 int click_row =
event.GetRow();
174 wxPostEvent(
this, wxCommandEvent( wxEVT_COMMAND_BUTTON_CLICKED, wxID_OK ) );
187 logWindow.ShowModal();
void pcbnewGetUnloadableScriptNames(wxString &aNames)
Collect the list of python scripts which could not be loaded.
KIWAY Kiway & Pgm(), KFCTL_STANDALONE
The global Program "get" accessor.
DIALOG_FOOTPRINT_WIZARD_LIST m_FootprintWizardList
void pcbnewGetWizardsBackTrace(wxString &aTrace)
Return the backtrace of errors (if any) when wizard python scripts are loaded.
void Format(OUTPUTFORMATTER *out, int aNestLevel, int aCtl, const CPTREE &aTree)
Output a PTREE into s-expression format via an OUTPUTFORMATTER derivative.
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
void pcbnewGetScriptsSearchPaths(wxString &aNames)
Collect the list of paths where python scripts are searched.