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

GObject IconFactory 
((~) * info (ResolveIconFactoryMethod t IconFactory), MethodInfo * info IconFactory p) => IsLabelProxy t (IconFactory -> p) 
type ParentTypes IconFactory 
type AttributeList IconFactory 
type SignalList IconFactory 

Methods

iconFactoryAdd

data IconFactoryAddMethodInfo Source

Instances

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

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 

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 

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.