Source code for ooodev.adapter.awt.control_model_partial

from __future__ import annotations

# from com.sun.star.awt import XControlModel


[docs]class ControlModelPartial: """ Partial Class for XControlModel. """ pass