catch a display text event and append the text to the terminal display
| 398 | |
| 399 | // catch a display text event and append the text to the terminal display |
| 400 | void ActiveStereoFrame::DisplayText(wxCommandEvent &event) |
| 401 | { |
| 402 | txtLog->AppendText(event.GetString()); |
| 403 | } |
| 404 | |
| 405 | // catch a write to file event |
| 406 | // the string to write is in the event |
nothing calls this directly
no outgoing calls
no test coverage detected