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

Method setComboBox

src/Interface/TextList.cpp:1144–1147  ·  view source on GitHub ↗

* Hooks up the button to work as part of an existing combobox, * updating the selection when it's pressed. * @param comboBox Pointer to combobox. */

Source from the content-addressed store, hash-verified

1142 * @param comboBox Pointer to combobox.
1143 */
1144void TextList::setComboBox(ComboBox *comboBox)
1145{
1146 _comboBox = comboBox;
1147}
1148
1149/**
1150 * Gets the combobox that this list is attached to, if any.

Callers 1

ComboBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected