Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void Window::setTitle(const char* pTitle)
49
{
50
FG_THROW(fg_set_window_title(get(), pTitle));
51
}
52
53
void Window::setPos(const int pX, const int pY)
54
{
Callers
1
fg_set_window_title
Function · 0.45
Calls
1
fg_set_window_title
Function · 0.85
Tested by
no test coverage detected