butler-0.0.1.0: At your service.
Safe HaskellSafe-Inferred
LanguageGHC2021

Butler.Desktop

Contents

Description

This module contains the logic to host multiple App.

TODO: support custom window-manager and theme.

Synopsis

Documentation

app

addApp :: Desktop -> AppInstance -> STM () #

Register a new windowed application.

addDesktopApp :: Desktop -> AppInstance -> STM () #

Add app without registering a window.