gi-gtk-3.0.2: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.IconFactory

Contents

Description

 

Synopsis

Exported types

Methods

iconFactoryAdd

data IconFactoryAddMethodInfo Source

Instances

((~) * signature (Text -> IconSet -> m ()), MonadIO m, IconFactoryK a) => MethodInfo * IconFactoryAddMethodInfo a signature Source 

iconFactoryAdd :: (MonadIO m, IconFactoryK a) => a -> Text -> IconSet -> m () Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.

iconFactoryAddDefault

data IconFactoryAddDefaultMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, IconFactoryK a) => MethodInfo * IconFactoryAddDefaultMethodInfo a signature Source 

iconFactoryAddDefault :: (MonadIO m, IconFactoryK a) => a -> m () Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.

iconFactoryLookup

data IconFactoryLookupMethodInfo Source

Instances

((~) * signature (Text -> m IconSet), MonadIO m, IconFactoryK a) => MethodInfo * IconFactoryLookupMethodInfo a signature Source 

iconFactoryLookup :: (MonadIO m, IconFactoryK a) => a -> Text -> m IconSet Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.

iconFactoryLookupDefault

iconFactoryLookupDefault :: MonadIO m => Text -> m IconSet Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.

iconFactoryNew

iconFactoryNew :: MonadIO m => m IconFactory Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.

iconFactoryRemoveDefault

iconFactoryRemoveDefault :: (MonadIO m, IconFactoryK a) => a -> m () Source

Deprecated: (Since version 3.10)Use #GtkIconTheme instead.