Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
StatusNotifier.Tray
Documentation
logItemInfo :: ItemInfo -> String -> IO () Source #
scalePixbufToSize :: Int32 -> Orientation -> Pixbuf -> IO Pixbuf Source #
themeLoadFlags :: [IconLookupFlags] Source #
getThemeWithDefaultFallbacks :: String -> IO IconTheme Source #
getIconPixbufFromByteString :: Int32 -> Int32 -> ByteString -> IO Pixbuf Source #
data ItemContext Source #
Constructors
ItemContext | |
Fields
|
data TrayImageSize Source #
Constructors
Expand | |
TrayImageSize Int32 |
data TrayClickAction Source #
Constructors
Activate | |
SecondaryActivate | |
PopupMenu |
data TrayParams Source #
Constructors
TrayParams | |
Fields |
buildTray :: Host -> Client -> TrayParams -> IO Box Source #