| 294 | END_EVENT_TABLE() |
| 295 | |
| 296 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected