MCPcopy 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
19void Frame::SetLabel( const sf::String& label ) {
20 m_label = label;
21 RequestResize();
22 Invalidate();
23}
24
25const sf::String& Frame::GetLabel() const {
26 return m_label;

Callers 4

CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected