gio-0.13.3.1: Binding to GIO

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

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

themedIconNew #

Arguments

:: ByteString

iconname a string containing an icon name.

-> IO ThemedIcon 

Creates a new icon for a file.

themedIconNewFromNames #

Arguments

:: GlibString string 
=> [string]

iconnames an array of strings containing icon names.

-> IO ThemedIcon 

Creates a new themed icon for iconnames.

themedIconPrependName #

Arguments

:: (ThemedIconClass icon, GlibString string) 
=> 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.

themedIconAppendName #

Arguments

:: (ThemedIconClass icon, GlibString string) 
=> 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.

themedIconGetNames #

Arguments

:: (ThemedIconClass icon, GlibString string) 
=> icon 
-> IO [string]

returns a list of icon names.

Gets the names of icons from within icon.