gi-gtk-0.3.18.13: 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

newtype IconFactory Source

Instances

Methods

iconFactoryAdd

data IconFactoryAddMethodInfo Source

Instances

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

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

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

iconFactoryAddDefault

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

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

iconFactoryLookup

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.