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

Method setItemBoxAlignVert

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 void MemberObsolete<ItemBox>::setItemBoxAlignVert(bool _value)
245 {
246 static_cast<ItemBox*>(this)->setVerticalAlignment(_value);
247 }
248 bool MemberObsolete<ItemBox>::getItemBoxAlignVert() const
249 {
250 return static_cast<const ItemBox*>(this)->getVerticalAlignment();

Callers

nothing calls this directly

Calls 1

setVerticalAlignmentMethod · 0.45

Tested by

no test coverage detected