taffybar-2.1.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, GObjectClass a) => (ForeignPtr a -> a, FinalizerPtr a) -> ManagedPtr b -> m a Source #

toGIWidget' :: MonadIO m => (ManagedPtr a1 -> b) -> (t -> ForeignPtr a2) -> t -> m b Source #

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

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

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

fromGIImage :: MonadIO m => Image -> m Image Source #

toGIImage :: MonadIO m => Image -> m Image 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.