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

Method AppendText

src/SFGUI/Entry.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void Entry::AppendText( const sf::String& text ) {
50 SetText( m_string + text );
51}
52
53void Entry::PrependText( const sf::String& text ) {
54 SetText( text + m_string );

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64