Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetLabel
Method
SetLabel
src/SFGUI/Frame.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void Frame::SetLabel( const sf::String& label ) {
20
m_label = label;
21
RequestResize();
22
Invalidate();
23
}
24
25
const sf::String& Frame::GetLabel() const {
26
return m_label;
Callers
4
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected