MCPcopy 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

setFunction · 0.45
setFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected