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

Method setPosition

MyGUIEngine/src/MyGUI_ListBox.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 void ListBox::setPosition(const IntPoint& _point)
241 {
242 Base::setPosition(_point);
243 }
244
245 void ListBox::setSize(const IntSize& _size)
246 {

Callers 3

updateLineMethod · 0.45
removeAllItemsMethod · 0.45
_setScrollViewMethod · 0.45

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected