Copyright | (c) Ivan A. Malison |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | Ivan A. Malison |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
StatusNotifier.TransparentWindow
Description
Make a window transparent. Approach adapted from python code from https://stackoverflow.com/questions/3908565/how-to-make-gtk-window-background-transparent/33294727#33294727
Documentation
makeWindowTransparent :: MonadIO m => Window -> m () Source #