MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetWidth

Method SetWidth

ogsr_engine/xrGame/ui/UILabel.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void CUILabel::SetWidth(float width)
31{
32 m_lines.SetWidth(width);
33 CUIFrameLineWnd::SetWidth(width);
34}
35
36void CUILabel::SetHeight(float height)
37{

Callers 15

InitCharacterMethod · 0.45
SetSelectedMethod · 0.45
SetHintTextMethod · 0.45
SetMaskMethod · 0.45
AdjustHeightToTextMethod · 0.45
SetTextMethod · 0.45
InitItemMethod · 0.45
SetupGameIconFunction · 0.45
SetAmmoIconMethod · 0.45
UpdatePickUpItemMethod · 0.45
InitScrollViewMethod · 0.45
UpdateChildrenLenghtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected