MCPcopy Create free account
hub / github.com/GollyGang/ready / OnOneTimer

Method OnOneTimer

src/gui/dialogs.cpp:296–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294END_EVENT_TABLE()
295
296void ParameterDialog::OnOneTimer(wxTimerEvent& WXUNUSED(event))
297{
298 if (namebox) {
299 namebox->SetFocus();
300 valuebox->SetFocus();
301 valuebox->SetSelection(-1,-1);
302 }
303}
304
305#endif
306

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected