hsfm-gtk
HSFM.GUI.Gtk.Icons
Description
Module for Gtk icon handling.
Synopsis
data GtkIcon Source #
Icon type we use in our GUI.
Constructors
getIcon Source #
Arguments
icon we want
which icon theme to get the icon from
requested icon size
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 #