* Changes the list associated with the scrollbar. * This makes the button scroll that list. * @param list Pointer to text list. */
| 120 | * @param list Pointer to text list. |
| 121 | */ |
| 122 | void ScrollBar::setTextList(TextList *list) |
| 123 | { |
| 124 | _list = list; |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Changes the surface used to draw the background of the track. |