Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetText
Method
SetText
src/SFGUI/Label.cpp:24–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void Label::SetText( const sf::String& text ) {
25
m_text = text;
26
27
if( m_wrap ) {
28
WrapText();
29
}
30
31
RequestResize();
32
Invalidate();
33
}
34
35
const sf::String& Label::GetText() const {
36
return m_text;
Callers
7
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected