| 289 | } |
| 290 | |
| 291 | void FrameMain::view_togglefullscreen(wxCommandEvent &event) // wxGlade: FrameMain.<event_handler> |
| 292 | { |
| 293 | event.Skip(); |
| 294 | // notify the user that he hasn't implemented the event handler yet |
| 295 | wxLogDebug(wxT("Event handler (FrameMain::view_togglefullscreen) not implemented yet")); |
| 296 | } |
| 297 | |
| 298 | void FrameMain::view_toggle1to1(wxCommandEvent &event) // wxGlade: FrameMain.<event_handler> |
| 299 | { |
nothing calls this directly
no outgoing calls
no test coverage detected