Source code for ooodev.adapter.awt.menu_partial

from __future__ import annotations
from typing import Any, TYPE_CHECKING

from com.sun.star.awt import XMenu
from ooo.dyn.awt.menu_item_type import MenuItemType

from ooodev.exceptions import ex as mEx
from ooodev.loader import lo as mLo

if TYPE_CHECKING:
    from com.sun.star.awt import XMenuListener
    from com.sun.star.awt import XPopupMenu
    from ooodev.utils.kind.menu_item_style_kind import MenuItemStyleKind
    from ooodev.utils.type_var import UnoInterface




    # endregion XMenu