Portability | portable (depends on GHC) |
---|---|
Stability | alpha |
Maintainer | gtk2hs-devel@lists.sourceforge.net |
Safe Haskell | None |
- newtype FileIcon = FileIcon (ForeignPtr FileIcon)
- class GObjectClass o => FileIconClass o
- fileIconNew :: FileClass file => file -> IO FileIcon
- fileIconGetFile :: FileIconClass icon => icon -> IO File
Details
FileIcon
specifies an icon by pointing to an image file to be used as icon.
Types
class GObjectClass o => FileIconClass o Source
Methods
fileIconNew :: FileClass file => file -> IO FileIconSource
Creates a new icon for a file.
fileIconGetFile :: FileIconClass icon => icon -> IO FileSource
Gets the File
associated with the given icon.