gi-atk-2.0.7: Atk 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.Atk.Interfaces.Image

Contents

Description

 

Synopsis

Exported types

newtype Image Source #

Constructors

Image (ManagedPtr Image) 

Instances

IsImage Image Source # 
((~) * info (ResolveImageMethod t Image), MethodInfo * info Image p) => IsLabel t (Image -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Image -> p #

((~) * info (ResolveImageMethod t Image), MethodInfo * info Image p) => IsLabelProxy t (Image -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Image -> p

HasAttributeList * Image Source # 
type SignalList Image Source # 
type SignalList Image
type AttributeList Image Source # 
type AttributeList Image

class ManagedPtrNewtype a => IsImage a Source #

Methods

getImageDescription

data ImageGetImageDescriptionMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsImage a) => MethodInfo * ImageGetImageDescriptionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ImageGetImageDescriptionMethodInfo a -> signature -> s

getImageLocale

data ImageGetImageLocaleMethodInfo Source #

Instances

((~) * signature (m (Maybe Text)), MonadIO m, IsImage a) => MethodInfo * ImageGetImageLocaleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ImageGetImageLocaleMethodInfo a -> signature -> s

imageGetImageLocale :: (MonadIO m, IsImage a) => a -> m (Maybe Text) Source #

getImagePosition

data ImageGetImagePositionMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> CoordType -> m ()), MonadIO m, IsImage a) => MethodInfo * ImageGetImagePositionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ImageGetImagePositionMethodInfo a -> signature -> s

getImageSize

data ImageGetImageSizeMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m ()), MonadIO m, IsImage a) => MethodInfo * ImageGetImageSizeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ImageGetImageSizeMethodInfo a -> signature -> s

imageGetImageSize :: (MonadIO m, IsImage a) => a -> Int32 -> Int32 -> m () Source #

setImageDescription

data ImageSetImageDescriptionMethodInfo Source #

Instances

((~) * signature (Text -> m Bool), MonadIO m, IsImage a) => MethodInfo * ImageSetImageDescriptionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ImageSetImageDescriptionMethodInfo a -> signature -> s

imageSetImageDescription :: (MonadIO m, IsImage a) => a -> Text -> m Bool Source #