gio-0.13.5.0: 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 Source #

Arguments

:: ByteString

iconname a string containing an icon name.

-> IO ThemedIcon 

Creates a new icon for a file.

themedIconNewFromNames Source #

Arguments

:: GlibString string 
=> [string]

iconnames an array of strings containing icon names.

-> IO ThemedIcon 

Creates a new themed icon for iconnames.

themedIconPrependName Source #

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 Source #

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 Source #

Arguments

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

returns a list of icon names.

Gets the names of icons from within icon.