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

Method getItemBoxAlignVert

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 static_cast<ItemBox*>(this)->setVerticalAlignment(_value);
247 }
248 bool MemberObsolete<ItemBox>::getItemBoxAlignVert() const
249 {
250 return static_cast<const ItemBox*>(this)->getVerticalAlignment();
251 }
252
253
254 size_t MemberObsolete<ListBox>::getItemIndexSelected() const

Callers

nothing calls this directly

Calls 1

getVerticalAlignmentMethod · 0.45

Tested by

no test coverage detected