MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setTextList

Method setTextList

src/Interface/ScrollBar.cpp:122–125  ·  view source on GitHub ↗

* Changes the list associated with the scrollbar. * This makes the button scroll that list. * @param list Pointer to text list. */

Source from the content-addressed store, hash-verified

120 * @param list Pointer to text list.
121 */
122void ScrollBar::setTextList(TextList *list)
123{
124 _list = list;
125}
126
127/**
128 * Changes the surface used to draw the background of the track.

Callers 1

TextListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected