Source code for ooodev.dialog.dl_control.view.view_progress_bar
from __future__ import annotations
from ooodev.adapter.awt.uno_control_progress_bar_comp import UnoControlProgressBarComp
[docs]class ViewProgressBar(UnoControlProgressBarComp):
"""View for the Progress Bar control."""
pass