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

Method setArrowColor

src/Interface/TextList.cpp:650–655  ·  view source on GitHub ↗

* Changes the color of the arrow buttons in the list. * @param color Color value. */

Source from the content-addressed store, hash-verified

648 * @param color Color value.
649 */
650void TextList::setArrowColor(Uint8 color)
651{
652 _up->setColor(color);
653 _down->setColor(color);
654 _scrollbar->setColor(color);
655}
656
657/**
658 * Sets the position of the column of arrow buttons

Callers 15

applyBattlescapeThemeMethod · 0.45
ResearchStateMethod · 0.45
TransfersStateMethod · 0.45
NewResearchListStateMethod · 0.45
TransferBaseStateMethod · 0.45
CraftSoldiersStateMethod · 0.45
ManufactureStateMethod · 0.45
SoldiersStateMethod · 0.45
BuildFacilitiesStateMethod · 0.45
TransferItemsStateMethod · 0.45

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected