Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCanvasSize
Method
setCanvasSize
MyGUIEngine/src/MyGUI_ScrollView.cpp:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void ScrollView::setCanvasSize(const IntSize& _value)
211
{
212
getClientWidget()->setSize(_value);
213
updateView();
214
}
215
216
IntSize ScrollView::getCanvasSize() const
217
{
Callers
10
ExportScrollView_SetCanvasSize__width__height
Function · 0.80
ExportScrollView_SetCanvasSize
Function · 0.80
MyGUI_Managed_ScrollView.h
File · 0.80
set
Function · 0.80
updateView
Method · 0.80
createScene
Method · 0.80
updateScale
Method · 0.80
HideControls
Method · 0.80
updateView
Method · 0.80
updateScale
Method · 0.80
Calls
2
IntSize
Function · 0.50
setSize
Method · 0.45
Tested by
no test coverage detected