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

Method setBackground

src/Interface/ComboBox.cpp:140–143  ·  view source on GitHub ↗

* Changes the surface used to draw the background of the combo box. * @param bg New background. */

Source from the content-addressed store, hash-verified

138 * @param bg New background.
139 */
140void ComboBox::setBackground(Surface *bg)
141{
142 _window->setBackground(bg);
143}
144
145/**
146 * Changes the color used to draw the combo box.

Callers 1

ComboBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected