Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void Entry::AppendText( const sf::String& text ) {
50
SetText( m_string + text );
51
}
52
53
void Entry::PrependText( const sf::String& text ) {
54
SetText( text + m_string );
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64