MCPcopy Create free account
hub / github.com/arrayfire/forge / fg_hide_window

Function fg_hide_window

src/api/c/window.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188fg_err fg_hide_window(const fg_window pWindow)
189{
190 try {
191 ARG_ASSERT(0, (pWindow!=0));
192
193 getWindow(pWindow)->hide();
194 }
195 CATCHALL
196 return FG_ERR_NONE;
197}
198
199fg_err fg_show_window(const fg_window pWindow)
200{

Callers 1

hideMethod · 0.85

Calls 2

getWindowFunction · 0.85
hideMethod · 0.45

Tested by

no test coverage detected