* Hooks up the button to work as part of an existing combobox, * updating the selection when it's pressed. * @param comboBox Pointer to combobox. */
| 1142 | * @param comboBox Pointer to combobox. |
| 1143 | */ |
| 1144 | void TextList::setComboBox(ComboBox *comboBox) |
| 1145 | { |
| 1146 | _comboBox = comboBox; |
| 1147 | } |
| 1148 | |
| 1149 | /** |
| 1150 | * Gets the combobox that this list is attached to, if any. |