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

Method setVerticalAlignment

MyGUIEngine/src/MyGUI_ItemBox.cpp:456–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 void ItemBox::setVerticalAlignment(bool _vert)
457 {
458 if (mAlignVert == _vert)
459 return;
460 mAlignVert = _vert;
461
462 mCountItemInLine = -1;
463 updateFromResize();
464 }
465
466 void ItemBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char)
467 {

Callers 9

setFunction · 0.45
setFunction · 0.45
initFunction · 0.45
setItemBoxAlignVertMethod · 0.45
setAlignVertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected