gio-0.12.5.3: Binding to the GIO.

Portabilityportable (depends on GHC)
Stabilityalpha
Maintainergtk2hs-devel@lists.sourceforge.net
Safe HaskellNone

System.GIO.Icons.ThemedIcon

Contents

Description

 

Synopsis

Details

ThemeIcon specifies an icon by pointing to an image file to be used as icon.

Types

Methods

themedIconNewSource

Arguments

:: ByteString

iconname a string containing an icon name.

-> IO ThemedIcon 

Creates a new icon for a file.

themedIconNewFromNamesSource

Arguments

:: [String]

iconnames an array of strings containing icon names.

-> IO ThemedIcon 

Creates a new themed icon for iconnames.

themedIconPrependNameSource

Arguments

:: ThemedIconClass icon 
=> icon 
-> String

iconname name of icon to prepend to list of icons from within icon.

-> IO () 

Prepend a name to the list of icons from within icon.

themedIconAppendNameSource

Arguments

:: ThemedIconClass icon 
=> icon 
-> String

iconname name of icon to append to list of icons from within icon.

-> IO () 

Append a name to the list of icons from within icon.

themedIconGetNamesSource

Arguments

:: ThemedIconClass icon 
=> icon 
-> IO [String]

returns a list of icon names.

Gets the names of icons from within icon.