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

Function fg_show_window

src/api/c/window.cpp:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199fg_err fg_show_window(const fg_window pWindow)
200{
201 try {
202 ARG_ASSERT(0, (pWindow!=0));
203
204 getWindow(pWindow)->show();
205 }
206 CATCHALL
207 return FG_ERR_NONE;
208}
209
210fg_err fg_close_window(bool* pIsClosed, const fg_window pWindow)
211{

Callers 1

showMethod · 0.85

Calls 2

getWindowFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected