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

Method setAlignVert

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 }
358
359 void MemberObsolete<MenuControl>::setAlignVert(bool _value)
360 {
361 static_cast<MenuControl*>(this)->setVerticalAlignment(_value);
362 }
363 bool MemberObsolete<MenuControl>::getAlignVert() const
364 {
365 return static_cast<const MenuControl*>(this)->getVerticalAlignment();

Callers

nothing calls this directly

Calls 1

setVerticalAlignmentMethod · 0.45

Tested by

no test coverage detected