Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
MyGUIEngine/src/MyGUI_Canvas.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void Canvas::setSize(const IntSize& _size)
101
{
102
resize(_size);
103
104
Base::setSize(_size);
105
}
106
107
void Canvas::setCoord(const IntCoord& _coord)
108
{
Callers
15
ExportWidget_SetSize__width__height
Function · 0.45
ExportWidget_SetSize
Function · 0.45
MyGUI_Managed_Window.h
File · 0.45
MyGUI_Managed_ItemBox.h
File · 0.45
MyGUI_Managed_ListBox.h
File · 0.45
MyGUI_Managed_EditBox.h
File · 0.45
MyGUI_Managed_ProgressBar.h
File · 0.45
set
Function · 0.45
SetSize
Function · 0.45
MyGUI_Managed_ScrollView.h
File · 0.45
SetSize
Function · 0.45
MyGUI_Managed_ScrollBar.h
File · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected