MCPcopy Create free account
hub / github.com/cmauri/eviacam / OnCheckboxRunWizardAtStartupClick

Method OnCheckboxRunWizardAtStartupClick

src/wwizard.cpp:1740–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738 */
1739
1740void WizardPage4::OnCheckboxRunWizardAtStartupClick( wxCommandEvent& event )
1741{
1742 wxGetApp().GetController().SetRunWizardAtStartup(event.IsChecked());
1743 event.Skip(false);
1744}
1745
1746
1747/*!

Callers

nothing calls this directly

Calls 1

SetRunWizardAtStartupMethod · 0.80

Tested by

no test coverage detected