* Get the \c WidgetID of this nested widget's scrollbar. * @return The \c WidgetID. */
| 1286 | * @return The \c WidgetID. |
| 1287 | */ |
| 1288 | WidgetID NWidgetCore::GetScrollbarIndex() const |
| 1289 | { |
| 1290 | return this->scrollbar_index; |
| 1291 | } |
| 1292 | |
| 1293 | NWidgetCore *NWidgetCore::GetWidgetFromPos(int x, int y) |
| 1294 | { |
no outgoing calls
no test coverage detected