MCPcopy Create free account
hub / github.com/Illation/ETEngine / OnHideWindow

Method OnHideWindow

Engine/source/EtEditor/EditorApp.cpp:136–139  ·  view source on GitHub ↗

--------------------------------- EditorApp::OnHideWindow Hiding a window will make us delete it

Source from the content-addressed store, hash-verified

134// Hiding a window will make us delete it
135//
136void EditorApp::OnHideWindow(Gtk::Window* window)
137{
138 delete window;
139}
140
141//---------------------------------
142// EditorApp::on_startup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected