Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ SetTitle
Method
SetTitle
src/Wisp/WispWindow.cpp:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
void CWindow::SetTitle(const astr_t &text) const
558
{
559
SDL_SetWindowTitle(m_window, text.c_str());
560
}
561
562
void CWindow::ShowWindow(bool show) const
563
{
Callers
6
LoginComplete
Method · 0.80
SetName
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
HAIKU_CreateWindowFrom
Function · 0.80
Calls
2
SDL_SetWindowTitle
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected