Home
last modified time | relevance | path

Searched refs:scrollbar_index (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwidget_type.h337 int scrollbar_index; ///< Index of an attached scrollbar. in DECLARE_ENUM_AS_BIT_SET() local
H A Dwindow.cpp869 Scrollbar *sb = (nwid->scrollbar_index >= 0 ? w->GetScrollbar(nwid->scrollbar_index) : nullptr); in DispatchMouseWheelEvent()
H A Dwidget.cpp942 this->scrollbar_index = -1; in NWidgetCore()
2905 nwc->scrollbar_index = parts->u.widget.index; in MakeNWidget()