MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Label.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Label::Ptr Label::Create( const sf::String& text ) {
19 Ptr label( new Label( text ) );
20 label->RequestResize();
21 return label;
22}
23
24void Label::SetText( const sf::String& text ) {
25 m_text = text;

Callers

nothing calls this directly

Calls 1

RequestResizeMethod · 0.80

Tested by

no test coverage detected