Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCanvasAlign
Method
setCanvasAlign
MyGUIEngine/src/MyGUI_ScrollView.cpp:204–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void ScrollView::setCanvasAlign(Align _value)
205
{
206
mContentAlign = _value;
207
updateView();
208
}
209
210
void ScrollView::setCanvasSize(const IntSize& _value)
211
{
Callers
3
ExportScrollView_SetCanvasAlign
Function · 0.80
MyGUI_Managed_ScrollView.h
File · 0.80
BasePanelView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected