Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSmoothShow
Method
setSmoothShow
MyGUIEngine/src/MyGUI_ComboBox.cpp:522–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
void ComboBox::setSmoothShow(bool _value)
523
{
524
mShowSmooth = _value;
525
}
526
527
bool ComboBox::getSmoothShow() const
528
{
Callers
5
ExportTabControl_SetSmoothShow
Function · 0.45
ExportComboBox_SetSmoothShow
Function · 0.45
set
Function · 0.45
set
Function · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected