MCPcopy Create free account
hub / github.com/MyGUI/mygui / showSmooth

Method showSmooth

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624
625 void MemberObsolete<Window>::showSmooth(bool _reset)
626 {
627 static_cast<Window*>(this)->setVisibleSmooth(true);
628 }
629 void MemberObsolete<Window>::hideSmooth()
630 {
631 static_cast<Window*>(this)->setVisibleSmooth(false);

Callers

nothing calls this directly

Calls 1

setVisibleSmoothMethod · 0.45

Tested by

no test coverage detected