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

Method setShape

src/Interface/ArrowButton.cpp:75–79  ·  view source on GitHub ↗

* Changes the shape for the arrow button. * @param shape Shape of the arrow. */

Source from the content-addressed store, hash-verified

73 * @param shape Shape of the arrow.
74 */
75void ArrowButton::setShape(ArrowShape shape)
76{
77 _shape = shape;
78 _redraw = true;
79}
80
81/**
82 * Changes the list associated with the arrow button.

Callers 1

updateArrowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected