Maintainer | gtk2hs-devel@lists.sourceforge.net |
---|---|
Stability | alpha |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
- 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
fileIconGetFile :: FileIconClass icon => icon -> IO File Source #
Gets the File
associated with the given icon.