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

from __future__ import annotations
from ooodev.adapter.awt.uno_control_list_box_comp import UnoControlListBoxComp


[docs]class ViewListBox(UnoControlListBoxComp): """View for the list box control.""" pass