class documentation

class DockIconManager(Protocol): (source)

View In Hierarchy

Methods for managing the background dock icon status.

Method noDockIcon Temporarily suppress the application foregrounding with a dock icon, for example, while displaying a brief popup.
def noDockIcon(self) -> ContextManager[None]: (source) ΒΆ

Temporarily suppress the application foregrounding with a dock icon, for example, while displaying a brief popup.