| Copyright | (c) Ivan A. Malison |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | Ivan A. Malison |
| Stability | unstable |
| Portability | unportable |
| Safe Haskell | None |
| 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
Synopsis
- renderWithContext :: Context -> Render () -> IO ()
- makeWindowTransparent :: MonadIO m => Window -> m ()
- transparentDraw :: WidgetDrawCallback
Documentation
renderWithContext :: Context -> Render () -> IO () #
makeWindowTransparent :: MonadIO m => Window -> m () #
transparentDraw :: WidgetDrawCallback #