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

Method SetLabel

examples/CustomWidget.cpp:33–37  ·  view source on GitHub ↗

Widgets can have as many methods as you need.

Source from the content-addressed store, hash-verified

31
32 // Widgets can have as many methods as you need.
33 void SetLabel( const sf::String& label ) {
34 m_label = label;
35 RequestResize();
36 Invalidate();
37 }
38
39 // Same as above.
40 const sf::String& GetLabel() const {

Callers 9

mainFunction · 0.45
CreateMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
DoOuchMethod · 0.45
OnSwitchRendererClickMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoOuchMethod · 0.36
OnSwitchRendererClickMethod · 0.36