--------------------------------- EditorApp::OnHideWindow Hiding a window will make us delete it
| 134 | // Hiding a window will make us delete it |
| 135 | // |
| 136 | void EditorApp::OnHideWindow(Gtk::Window* window) |
| 137 | { |
| 138 | delete window; |
| 139 | } |
| 140 | |
| 141 | //--------------------------------- |
| 142 | // EditorApp::on_startup |
nothing calls this directly
no outgoing calls
no test coverage detected