FocusScrollNavigation

For scrollable widgets and if this widget allow to focus elements.

interface FocusScrollNavigation : Scrollable {}

Members

Functions

borderScrollToWidget
void borderScrollToWidget(Widget widget)

Scroll to widget if it out of visible region. Scroll on top border if widget above and bottom if below visible region.

Inherited Members

From Scrollable

onMouseWheelHandle
void onMouseWheelHandle(int dx, int dy)
Undocumented in source.
scrollToWidget
void scrollToWidget(Widget widget)
Undocumented in source.

Meta