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

Method OnCheckboxStartupClick

src/wwizard.cpp:1751–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749 */
1750#if defined(__WXGTK__)
1751void WizardPage4::OnCheckboxStartupClick( wxCommandEvent& event )
1752{
1753#if defined(__WXGTK__)
1754 wxGetApp().GetController().GetAutostart().Enable(event.IsChecked());
1755#endif
1756 event.Skip(false);
1757}
1758#endif
1759
1760/*!

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.80

Tested by

no test coverage detected