MCPcopy 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
557void CWindow::SetTitle(const astr_t &text) const
558{
559 SDL_SetWindowTitle(m_window, text.c_str());
560}
561
562void CWindow::ShowWindow(bool show) const
563{

Callers 6

LoginCompleteMethod · 0.80
SetNameMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
HAIKU_CreateWindowFromFunction · 0.80

Calls 2

SDL_SetWindowTitleFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected