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

from __future__ import annotations
from ooodev.adapter.awt.uno_control_combo_box_comp import UnoControlComboBoxComp


[docs]class ViewComboBox(UnoControlComboBoxComp): """View for the Combo box control.""" pass