Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ hide
Method
hide
src/api/cpp/window.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void Window::hide()
107
{
108
FG_THROW(fg_hide_window(get()));
109
}
110
111
void Window::show()
112
{
Callers
1
fg_hide_window
Function · 0.45
Calls
1
fg_hide_window
Function · 0.85
Tested by
no test coverage detected