Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetTitle
Method
SetTitle
src/SFGUI/Window.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void Window::SetTitle( const sf::String& title ) {
37
m_title = title;
38
Invalidate();
39
}
40
41
const sf::String& Window::GetTitle() const {
42
return m_title;
Callers
15
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Foo
Function · 0.80
Baz
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64