MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onCloseView

Method onCloseView

src/app/ui/devconsole_view.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool DevConsoleView::onCloseView(Workspace* workspace, bool quitting)
120{
121 workspace->removeView(this);
122 return true;
123}
124
125void DevConsoleView::onTabPopup(Workspace* workspace)
126{

Callers

nothing calls this directly

Calls 1

removeViewMethod · 0.45

Tested by

no test coverage detected