Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ hide
Method
hide
src/backend/opengl/sdl/window.cpp:221–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void Widget::hide()
222
{
223
mClose = true;
224
SDL_HideWindow(mWindow);
225
}
226
227
void Widget::show()
228
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected