Source code for ooodev.dialog.dl_control.view.view_scroll_bar

from __future__ import annotations
from ooodev.adapter.awt.uno_control_scroll_bar_comp import UnoControlScrollBarComp


[docs]class ViewScrollBar(UnoControlScrollBarComp): """View for the scroll bar control.""" pass