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

Method hideSmooth

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:629–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627 static_cast<Window*>(this)->setVisibleSmooth(true);
628 }
629 void MemberObsolete<Window>::hideSmooth()
630 {
631 static_cast<Window*>(this)->setVisibleSmooth(false);
632 }
633 void MemberObsolete<Window>::setMinMax(const IntRect& _minmax)
634 {
635 static_cast<Window*>(this)->setMinSize(_minmax.left, _minmax.top);

Callers

nothing calls this directly

Calls 1

setVisibleSmoothMethod · 0.45

Tested by

no test coverage detected