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

Method setScrollVisible

MyGUIEngine/src/MyGUI_ListBox.cpp:764–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 }
763
764 void ListBox::setScrollVisible(bool _visible)
765 {
766 if (mNeedVisibleScroll == _visible)
767 return;
768 mNeedVisibleScroll = _visible;
769 updateScroll();
770 }
771
772 void ListBox::setScrollPosition(size_t _position)
773 {

Callers 6

SetScrollVisibleFunction · 0.80
insertColumnAtMethod · 0.80
_swapColumnsAtMethod · 0.80
_wrapItemMethod · 0.80
_unwrapItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected