* If enabled, the list will respond to player input, * highlighting selected rows and receiving clicks. * @param selectable Selectable setting. */
| 554 | * @param selectable Selectable setting. |
| 555 | */ |
| 556 | void TextList::setSelectable(bool selectable) |
| 557 | { |
| 558 | _selectable = selectable; |
| 559 | } |
| 560 | |
| 561 | /** |
| 562 | * Changes the text list to use the big-size font. |