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

Method setTitle

src/api/cpp/window.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Window::setTitle(const char* pTitle)
49{
50 FG_THROW(fg_set_window_title(get(), pTitle));
51}
52
53void Window::setPos(const int pX, const int pY)
54{

Callers 1

fg_set_window_titleFunction · 0.45

Calls 1

fg_set_window_titleFunction · 0.85

Tested by

no test coverage detected