taffybar-2.0.0: A desktop bar similar to xmobar, but with more GUI

Copyright(c) Ivan A. Malison
LicenseBSD3-style (see LICENSE)
MaintainerIvan A. Malison
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

System.Taffybar.TransparentWindow

Description

Synopsis

Documentation

renderWithContext :: Context -> Render () -> IO () Source #

This function bridges gi-cairo with the hand-written cairo package. It takes a Context (as it appears in gi-cairo), and a Render action (as in the cairo lib), and renders the Render action into the given context.

makeWindowTransparent :: MonadIO m => Window -> m () Source #

transparentDraw :: WidgetDrawCallback Source #