* Return the Scrollbar to a widget index. * @param widnum Scrollbar widget index * @return Scrollbar to the widget */
| 313 | * @return Scrollbar to the widget |
| 314 | */ |
| 315 | const Scrollbar *Window::GetScrollbar(WidgetID widnum) const |
| 316 | { |
| 317 | return this->GetWidget<NWidgetScrollbar>(widnum); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Return the Scrollbar to a widget index. |
no outgoing calls
no test coverage detected