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

Method setWordWrap

src/Interface/TextList.cpp:494–500  ·  view source on GitHub ↗

* Enables/disables text wordwrapping. When enabled, rows can * take up multiple lines of the list, otherwise every row * is restricted to one line. * @param wrap Wordwrapping setting. */

Source from the content-addressed store, hash-verified

492 * @param wrap Wordwrapping setting.
493 */
494void TextList::setWordWrap(bool wrap)
495{
496 if (wrap != _wrap)
497 {
498 _wrap = wrap;
499 }
500}
501
502/**
503 * Enables/disables high contrast color. Mostly used for

Callers 1

addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected