Source code for ooodev.dialog.dl_control.view.view_radio_button
from __future__ import annotations
from ooodev.adapter.awt.uno_control_radio_button_comp import UnoControlRadioButtonComp
[docs]class ViewRadioButton(UnoControlRadioButtonComp):
"""View for the Radio Button control."""
pass