euporie.core.graphics.GraphicWindow

class euporie.core.graphics.GraphicWindow(content: GraphicControl, get_position: Callable[[Screen], BoundedWritePosition], filter: FilterOrBool = True, *args: Any, **kwargs: Any)

A window responsible for displaying terminal graphics content.

The content is displayed floating on top of a target window.

The graphic will be displayed if: - a completion menu is not being shown - a dialog is not being shown - a menu is not being shown - the output it attached to is fully in view