gio-0.13.10.0: Binding to GIO
Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellSafe-Inferred
LanguageHaskell98

System.GIO.Icons.ThemedIcon

Description

 
Synopsis

Details

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

Types

class GObjectClass o => ThemedIconClass o Source #

Instances

Instances details
ThemedIconClass ThemedIcon Source # 
Instance details

Defined in System.GIO.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.