Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setFlowDirection
Method
setFlowDirection
MyGUIEngine/src/MyGUI_ComboBox.cpp:377–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void ComboBox::setFlowDirection(FlowDirection _value)
378
{
379
mFlowDirection = _value;
380
}
381
382
IntCoord ComboBox::calculateListPosition()
383
{
Callers
5
ExportProgressBar_SetFlowDirection
Function · 0.45
ExportComboBox_SetFlowDirection
Function · 0.45
MyGUI_Managed_ComboBox.h
File · 0.45
MyGUI_Managed_ProgressBar.h
File · 0.45
setProgressStartPoint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected