Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module for Gtk icon handling.
Documentation
:: GtkIcon | icon we want |
-> IconTheme | which icon theme to get the icon from |
-> Int | requested icon size |
-> IO Pixbuf |
Gets an icon from the default icon theme and falls back to project-icons if not found. The requested icon size is not guaranteed.
getSymlinkIcon :: GtkIcon -> IconTheme -> Int -> IO Pixbuf Source