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

Method getAlignVert

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 static_cast<MenuControl*>(this)->setVerticalAlignment(_value);
362 }
363 bool MemberObsolete<MenuControl>::getAlignVert() const
364 {
365 return static_cast<const MenuControl*>(this)->getVerticalAlignment();
366 }
367
368 void MemberObsolete<MenuItem>::showItemChild()
369 {

Callers

nothing calls this directly

Calls 1

getVerticalAlignmentMethod · 0.45

Tested by

no test coverage detected