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.Compat.GtkLibs

Description

 

Synopsis

Documentation

fromGIPixBuf :: MonadIO m => Pixbuf -> m Pixbuf Source #

fromGIWidget :: MonadIO m => Widget -> m Widget Source #

toGIWidget :: MonadIO m => Widget -> m Widget Source #

toGIWindow :: MonadIO m => Window -> m Window Source #

pixbufNewFromData :: (Integral p2, Integral p1) => Ptr Word8 -> p2 -> p1 -> IO Pixbuf Source #

Call the GI version of pixbufNewFromData with sensible parameters. The provided ptr will be freed when the pixbuf is destroyed.