gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.Image

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.Image module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype Image #

Constructors

Image (ManagedPtr Image) 

Instances

Instances details
Eq Image 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

(==) :: Image -> Image -> Bool

(/=) :: Image -> Image -> Bool

GObject Image 
Instance details

Defined in GI.Gtk.Objects.Image

ManagedPtrNewtype Image 
Instance details

Defined in GI.Gtk.Objects.Image

TypedObject Image 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

glibType :: IO GType #

HasParentTypes Image 
Instance details

Defined in GI.Gtk.Objects.Image

HasAttributeList Image 
Instance details

Defined in GI.Gtk.Objects.Image

(info ~ ResolveImageMethod t Image, OverloadedMethod info Image p, HasField t Image p) => HasField (t :: Symbol) Image p 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

getField :: Image -> p

(info ~ ResolveImageMethod t Image, OverloadedMethodInfo info Image) => IsLabel t (MethodProxy info Image) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

fromLabel :: MethodProxy info Image

(info ~ ResolveImageMethod t Image, OverloadedMethod info Image p) => IsLabel t (Image -> p) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

fromLabel :: Image -> p

IsGValue (Maybe Image) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Image -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Image) #

type AttributeList Image 
Instance details

Defined in GI.Gtk.Objects.Image

type AttributeList Image = ImageAttributeList
type ParentTypes Image 
Instance details

Defined in GI.Gtk.Objects.Image

type ParentTypes Image = '[Widget, Object, Accessible, Buildable, ConstraintTarget]
type SignalList Image 
Instance details

Defined in GI.Gtk.Objects.Image

type SignalList Image = ImageSignalList

data ImageClearMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsImage a) => OverloadedMethod ImageClearMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageClearMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageFilePropertyInfo #

Instances

Instances details
AttrInfo ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageFilePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageFilePropertyInfo = IsImage
type AttrGetType ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageFilePropertyInfo = Maybe Text
type AttrSetTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageFilePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageFilePropertyInfo = Type ~ Text
type AttrTransferType ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageFilePropertyInfo = Text
type AttrLabel ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageFilePropertyInfo = "file"
type AttrOrigin ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrOrigin ImageFilePropertyInfo = Image

Methods

attrGet :: AttrBaseTypeConstraint ImageFilePropertyInfo o => o -> IO (AttrGetType ImageFilePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageFilePropertyInfo o, AttrSetTypeConstraint ImageFilePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageFilePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageFilePropertyInfo o, AttrSetTypeConstraint ImageFilePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageFilePropertyInfo o, AttrTransferTypeConstraint ImageFilePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageFilePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageFilePropertyInfo o => o -> AttrGetType ImageFilePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageFilePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageFilePropertyInfo = IsImage
type AttrGetType ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageFilePropertyInfo = Maybe Text
type AttrLabel ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageFilePropertyInfo = "file"
type AttrOrigin ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrOrigin ImageFilePropertyInfo = Image
type AttrSetTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageFilePropertyInfo = Type ~ Text
type AttrTransferType ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageFilePropertyInfo = Text
type AttrTransferTypeConstraint ImageFilePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageFilePropertyInfo = Type ~ Text

data ImageGetGiconMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Icon), MonadIO m, IsImage a) => OverloadedMethod ImageGetGiconMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetGiconMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGetIconNameMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m, IsImage a) => OverloadedMethod ImageGetIconNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetIconNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGetIconSizeMethodInfo #

Instances

Instances details
(signature ~ m IconSize, MonadIO m, IsImage a) => OverloadedMethod ImageGetIconSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetIconSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGetPaintableMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Paintable), MonadIO m, IsImage a) => OverloadedMethod ImageGetPaintableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetPaintableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGetPixelSizeMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsImage a) => OverloadedMethod ImageGetPixelSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetPixelSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGetStorageTypeMethodInfo #

Instances

Instances details
(signature ~ m ImageType, MonadIO m, IsImage a) => OverloadedMethod ImageGetStorageTypeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageGetStorageTypeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageGiconPropertyInfo #

Instances

Instances details
AttrInfo ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageGiconPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageGiconPropertyInfo = IsImage
type AttrGetType ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageGiconPropertyInfo = Maybe Icon
type AttrSetTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageGiconPropertyInfo = IsIcon
type AttrTransferTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageGiconPropertyInfo = IsIcon
type AttrTransferType ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageGiconPropertyInfo = Icon
type AttrLabel ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageGiconPropertyInfo = "gicon"
type AttrOrigin ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrOrigin ImageGiconPropertyInfo = Image

Methods

attrGet :: AttrBaseTypeConstraint ImageGiconPropertyInfo o => o -> IO (AttrGetType ImageGiconPropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageGiconPropertyInfo o, AttrSetTypeConstraint ImageGiconPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageGiconPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageGiconPropertyInfo o, AttrSetTypeConstraint ImageGiconPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageGiconPropertyInfo o, AttrTransferTypeConstraint ImageGiconPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageGiconPropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageGiconPropertyInfo o => o -> AttrGetType ImageGiconPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageGiconPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageGiconPropertyInfo = IsImage
type AttrGetType ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageGiconPropertyInfo = Maybe Icon
type AttrLabel ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageGiconPropertyInfo = "gicon"
type AttrOrigin ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrOrigin ImageGiconPropertyInfo = Image
type AttrSetTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageGiconPropertyInfo = IsIcon
type AttrTransferType ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageGiconPropertyInfo = Icon
type AttrTransferTypeConstraint ImageGiconPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageGiconPropertyInfo = IsIcon

data ImageIconNamePropertyInfo #

Instances

Instances details
AttrInfo ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageIconNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageIconNamePropertyInfo = IsImage
type AttrGetType ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageIconNamePropertyInfo = Maybe Text
type AttrSetTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconNamePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageIconNamePropertyInfo = Type ~ Text
type AttrTransferType ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageIconNamePropertyInfo = Text
type AttrLabel ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageIconNamePropertyInfo = "icon-name"
type AttrOrigin ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImageIconNamePropertyInfo o => o -> IO (AttrGetType ImageIconNamePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageIconNamePropertyInfo o, AttrSetTypeConstraint ImageIconNamePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageIconNamePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageIconNamePropertyInfo o, AttrSetTypeConstraint ImageIconNamePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageIconNamePropertyInfo o, AttrTransferTypeConstraint ImageIconNamePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageIconNamePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageIconNamePropertyInfo o => o -> AttrGetType ImageIconNamePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageIconNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageIconNamePropertyInfo = IsImage
type AttrGetType ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageIconNamePropertyInfo = Maybe Text
type AttrLabel ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageIconNamePropertyInfo = "icon-name"
type AttrOrigin ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconNamePropertyInfo = Type ~ Text
type AttrTransferType ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageIconNamePropertyInfo = Text
type AttrTransferTypeConstraint ImageIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageIconNamePropertyInfo = Type ~ Text

data ImageIconSizePropertyInfo #

Instances

Instances details
AttrInfo ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageIconSizePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageIconSizePropertyInfo = IsImage
type AttrGetType ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconSizePropertyInfo = Type ~ IconSize
type AttrTransferTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageIconSizePropertyInfo = Type ~ IconSize
type AttrTransferType ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageIconSizePropertyInfo = IconSize
type AttrLabel ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageIconSizePropertyInfo = "icon-size"
type AttrOrigin ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImageIconSizePropertyInfo o => o -> IO (AttrGetType ImageIconSizePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageIconSizePropertyInfo o, AttrSetTypeConstraint ImageIconSizePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageIconSizePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageIconSizePropertyInfo o, AttrSetTypeConstraint ImageIconSizePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageIconSizePropertyInfo o, AttrTransferTypeConstraint ImageIconSizePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageIconSizePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageIconSizePropertyInfo o => o -> AttrGetType ImageIconSizePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageIconSizePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageIconSizePropertyInfo = IsImage
type AttrGetType ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageIconSizePropertyInfo = "icon-size"
type AttrOrigin ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageIconSizePropertyInfo = Type ~ IconSize
type AttrTransferType ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageIconSizePropertyInfo = IconSize
type AttrTransferTypeConstraint ImageIconSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageIconSizePropertyInfo = Type ~ IconSize

data ImagePaintablePropertyInfo #

Instances

Instances details
AttrInfo ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImagePaintablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImagePaintablePropertyInfo = IsImage
type AttrGetType ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImagePaintablePropertyInfo = Maybe Paintable
type AttrSetTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePaintablePropertyInfo = IsPaintable
type AttrTransferTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImagePaintablePropertyInfo = IsPaintable
type AttrTransferType ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImagePaintablePropertyInfo = Paintable
type AttrLabel ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImagePaintablePropertyInfo = "paintable"
type AttrOrigin ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImagePaintablePropertyInfo o => o -> IO (AttrGetType ImagePaintablePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImagePaintablePropertyInfo o, AttrSetTypeConstraint ImagePaintablePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImagePaintablePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImagePaintablePropertyInfo o, AttrSetTypeConstraint ImagePaintablePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImagePaintablePropertyInfo o, AttrTransferTypeConstraint ImagePaintablePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImagePaintablePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImagePaintablePropertyInfo o => o -> AttrGetType ImagePaintablePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImagePaintablePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImagePaintablePropertyInfo = IsImage
type AttrGetType ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImagePaintablePropertyInfo = Maybe Paintable
type AttrLabel ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImagePaintablePropertyInfo = "paintable"
type AttrOrigin ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePaintablePropertyInfo = IsPaintable
type AttrTransferType ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImagePaintablePropertyInfo = Paintable
type AttrTransferTypeConstraint ImagePaintablePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImagePaintablePropertyInfo = IsPaintable

data ImagePixelSizePropertyInfo #

Instances

Instances details
AttrInfo ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImagePixelSizePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImagePixelSizePropertyInfo = IsImage
type AttrGetType ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImagePixelSizePropertyInfo = Int32
type AttrSetTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePixelSizePropertyInfo = Type ~ Int32
type AttrTransferTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImagePixelSizePropertyInfo = Type ~ Int32
type AttrTransferType ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImagePixelSizePropertyInfo = Int32
type AttrLabel ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImagePixelSizePropertyInfo = "pixel-size"
type AttrOrigin ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImagePixelSizePropertyInfo o => o -> IO (AttrGetType ImagePixelSizePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImagePixelSizePropertyInfo o, AttrSetTypeConstraint ImagePixelSizePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImagePixelSizePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImagePixelSizePropertyInfo o, AttrSetTypeConstraint ImagePixelSizePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImagePixelSizePropertyInfo o, AttrTransferTypeConstraint ImagePixelSizePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImagePixelSizePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImagePixelSizePropertyInfo o => o -> AttrGetType ImagePixelSizePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImagePixelSizePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImagePixelSizePropertyInfo = IsImage
type AttrGetType ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImagePixelSizePropertyInfo = Int32
type AttrLabel ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImagePixelSizePropertyInfo = "pixel-size"
type AttrOrigin ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImagePixelSizePropertyInfo = Type ~ Int32
type AttrTransferType ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImagePixelSizePropertyInfo = Int32
type AttrTransferTypeConstraint ImagePixelSizePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImagePixelSizePropertyInfo = Type ~ Int32

data ImageResourcePropertyInfo #

Instances

Instances details
AttrInfo ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageResourcePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageResourcePropertyInfo = IsImage
type AttrGetType ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageResourcePropertyInfo = Maybe Text
type AttrSetTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageResourcePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageResourcePropertyInfo = Type ~ Text
type AttrTransferType ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageResourcePropertyInfo = Text
type AttrLabel ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageResourcePropertyInfo = "resource"
type AttrOrigin ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImageResourcePropertyInfo o => o -> IO (AttrGetType ImageResourcePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageResourcePropertyInfo o, AttrSetTypeConstraint ImageResourcePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageResourcePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageResourcePropertyInfo o, AttrSetTypeConstraint ImageResourcePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageResourcePropertyInfo o, AttrTransferTypeConstraint ImageResourcePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageResourcePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageResourcePropertyInfo o => o -> AttrGetType ImageResourcePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageResourcePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageResourcePropertyInfo = IsImage
type AttrGetType ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageResourcePropertyInfo = Maybe Text
type AttrLabel ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageResourcePropertyInfo = "resource"
type AttrOrigin ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageResourcePropertyInfo = Type ~ Text
type AttrTransferType ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageResourcePropertyInfo = Text
type AttrTransferTypeConstraint ImageResourcePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageResourcePropertyInfo = Type ~ Text

data ImageSetFromFileMethodInfo #

Instances

Instances details
(signature ~ (Maybe [Char] -> m ()), MonadIO m, IsImage a) => OverloadedMethod ImageSetFromFileMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromFileMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetFromGiconMethodInfo #

Instances

Instances details
(signature ~ (b -> m ()), MonadIO m, IsImage a, IsIcon b) => OverloadedMethod ImageSetFromGiconMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromGiconMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetFromIconNameMethodInfo #

Instances

Instances details
(signature ~ (Maybe Text -> m ()), MonadIO m, IsImage a) => OverloadedMethod ImageSetFromIconNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromIconNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetFromPaintableMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsImage a, IsPaintable b) => OverloadedMethod ImageSetFromPaintableMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromPaintableMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetFromPixbufMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsImage a, IsPixbuf b) => OverloadedMethod ImageSetFromPixbufMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromPixbufMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetFromResourceMethodInfo #

Instances

Instances details
(signature ~ (Maybe Text -> m ()), MonadIO m, IsImage a) => OverloadedMethod ImageSetFromResourceMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetFromResourceMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetIconSizeMethodInfo #

Instances

Instances details
(signature ~ (IconSize -> m ()), MonadIO m, IsImage a) => OverloadedMethod ImageSetIconSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetIconSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageSetPixelSizeMethodInfo #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsImage a) => OverloadedMethod ImageSetPixelSizeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ImageSetPixelSizeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ImageStorageTypePropertyInfo #

Instances

Instances details
AttrInfo ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageStorageTypePropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageStorageTypePropertyInfo = IsImage
type AttrGetType ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageStorageTypePropertyInfo = Type ~ ()
type AttrTransferTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageStorageTypePropertyInfo = Type ~ ()
type AttrTransferType ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageStorageTypePropertyInfo = ()
type AttrLabel ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageStorageTypePropertyInfo = "storage-type"
type AttrOrigin ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImageStorageTypePropertyInfo o => o -> IO (AttrGetType ImageStorageTypePropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageStorageTypePropertyInfo o, AttrSetTypeConstraint ImageStorageTypePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageStorageTypePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageStorageTypePropertyInfo o, AttrSetTypeConstraint ImageStorageTypePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageStorageTypePropertyInfo o, AttrTransferTypeConstraint ImageStorageTypePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageStorageTypePropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageStorageTypePropertyInfo o => o -> AttrGetType ImageStorageTypePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageStorageTypePropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageStorageTypePropertyInfo = IsImage
type AttrGetType ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageStorageTypePropertyInfo = "storage-type"
type AttrOrigin ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageStorageTypePropertyInfo = Type ~ ()
type AttrTransferType ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageStorageTypePropertyInfo = ()
type AttrTransferTypeConstraint ImageStorageTypePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageStorageTypePropertyInfo = Type ~ ()

data ImageUseFallbackPropertyInfo #

Instances

Instances details
AttrInfo ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Associated Types

type AttrAllowedOps ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageUseFallbackPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageUseFallbackPropertyInfo = IsImage
type AttrGetType ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageUseFallbackPropertyInfo = Bool
type AttrSetTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageUseFallbackPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageUseFallbackPropertyInfo = Type ~ Bool
type AttrTransferType ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageUseFallbackPropertyInfo = Bool
type AttrLabel ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageUseFallbackPropertyInfo = "use-fallback"
type AttrOrigin ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

attrGet :: AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o => o -> IO (AttrGetType ImageUseFallbackPropertyInfo)

attrSet :: (AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o, AttrSetTypeConstraint ImageUseFallbackPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o, AttrSetTypeConstraint ImageUseFallbackPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o, AttrTransferTypeConstraint ImageUseFallbackPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ImageUseFallbackPropertyInfo)

attrPut :: AttrBaseTypeConstraint ImageUseFallbackPropertyInfo o => o -> AttrGetType ImageUseFallbackPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrAllowedOps ImageUseFallbackPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrBaseTypeConstraint ImageUseFallbackPropertyInfo = IsImage
type AttrGetType ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrGetType ImageUseFallbackPropertyInfo = Bool
type AttrLabel ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrLabel ImageUseFallbackPropertyInfo = "use-fallback"
type AttrOrigin ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrSetTypeConstraint ImageUseFallbackPropertyInfo = Type ~ Bool
type AttrTransferType ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferType ImageUseFallbackPropertyInfo = Bool
type AttrTransferTypeConstraint ImageUseFallbackPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.Image

type AttrTransferTypeConstraint ImageUseFallbackPropertyInfo = Type ~ Bool

class (GObject o, IsDescendantOf Image o) => IsImage o #

Instances

Instances details
(GObject o, IsDescendantOf Image o) => IsImage o 
Instance details

Defined in GI.Gtk.Objects.Image

type family ResolveImageMethod (t :: Symbol) o where ... #

Equations

ResolveImageMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo 
ResolveImageMethod "activate" o = WidgetActivateMethodInfo 
ResolveImageMethod "activateAction" o = WidgetActivateActionMethodInfo 
ResolveImageMethod "activateDefault" o = WidgetActivateDefaultMethodInfo 
ResolveImageMethod "addController" o = WidgetAddControllerMethodInfo 
ResolveImageMethod "addCssClass" o = WidgetAddCssClassMethodInfo 
ResolveImageMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo 
ResolveImageMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo 
ResolveImageMethod "allocate" o = WidgetAllocateMethodInfo 
ResolveImageMethod "announce" o = AccessibleAnnounceMethodInfo 
ResolveImageMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveImageMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveImageMethod "childFocus" o = WidgetChildFocusMethodInfo 
ResolveImageMethod "clear" o = ImageClearMethodInfo 
ResolveImageMethod "computeBounds" o = WidgetComputeBoundsMethodInfo 
ResolveImageMethod "computeExpand" o = WidgetComputeExpandMethodInfo 
ResolveImageMethod "computePoint" o = WidgetComputePointMethodInfo 
ResolveImageMethod "computeTransform" o = WidgetComputeTransformMethodInfo 
ResolveImageMethod "contains" o = WidgetContainsMethodInfo 
ResolveImageMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo 
ResolveImageMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo 
ResolveImageMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo 
ResolveImageMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo 
ResolveImageMethod "errorBell" o = WidgetErrorBellMethodInfo 
ResolveImageMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveImageMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveImageMethod "getv" o = ObjectGetvMethodInfo 
ResolveImageMethod "grabFocus" o = WidgetGrabFocusMethodInfo 
ResolveImageMethod "hasCssClass" o = WidgetHasCssClassMethodInfo 
ResolveImageMethod "hasDefault" o = WidgetHasDefaultMethodInfo 
ResolveImageMethod "hasFocus" o = WidgetHasFocusMethodInfo 
ResolveImageMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo 
ResolveImageMethod "hide" o = WidgetHideMethodInfo 
ResolveImageMethod "inDestruction" o = WidgetInDestructionMethodInfo 
ResolveImageMethod "initTemplate" o = WidgetInitTemplateMethodInfo 
ResolveImageMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo 
ResolveImageMethod "insertAfter" o = WidgetInsertAfterMethodInfo 
ResolveImageMethod "insertBefore" o = WidgetInsertBeforeMethodInfo 
ResolveImageMethod "isAncestor" o = WidgetIsAncestorMethodInfo 
ResolveImageMethod "isDrawable" o = WidgetIsDrawableMethodInfo 
ResolveImageMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveImageMethod "isFocus" o = WidgetIsFocusMethodInfo 
ResolveImageMethod "isSensitive" o = WidgetIsSensitiveMethodInfo 
ResolveImageMethod "isVisible" o = WidgetIsVisibleMethodInfo 
ResolveImageMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo 
ResolveImageMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo 
ResolveImageMethod "map" o = WidgetMapMethodInfo 
ResolveImageMethod "measure" o = WidgetMeasureMethodInfo 
ResolveImageMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo 
ResolveImageMethod "notify" o = ObjectNotifyMethodInfo 
ResolveImageMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveImageMethod "observeChildren" o = WidgetObserveChildrenMethodInfo 
ResolveImageMethod "observeControllers" o = WidgetObserveControllersMethodInfo 
ResolveImageMethod "pick" o = WidgetPickMethodInfo 
ResolveImageMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo 
ResolveImageMethod "queueDraw" o = WidgetQueueDrawMethodInfo 
ResolveImageMethod "queueResize" o = WidgetQueueResizeMethodInfo 
ResolveImageMethod "realize" o = WidgetRealizeMethodInfo 
ResolveImageMethod "ref" o = ObjectRefMethodInfo 
ResolveImageMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveImageMethod "removeController" o = WidgetRemoveControllerMethodInfo 
ResolveImageMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo 
ResolveImageMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo 
ResolveImageMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo 
ResolveImageMethod "resetProperty" o = AccessibleResetPropertyMethodInfo 
ResolveImageMethod "resetRelation" o = AccessibleResetRelationMethodInfo 
ResolveImageMethod "resetState" o = AccessibleResetStateMethodInfo 
ResolveImageMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveImageMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo 
ResolveImageMethod "show" o = WidgetShowMethodInfo 
ResolveImageMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo 
ResolveImageMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo 
ResolveImageMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveImageMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveImageMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveImageMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo 
ResolveImageMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo 
ResolveImageMethod "unmap" o = WidgetUnmapMethodInfo 
ResolveImageMethod "unparent" o = WidgetUnparentMethodInfo 
ResolveImageMethod "unrealize" o = WidgetUnrealizeMethodInfo 
ResolveImageMethod "unref" o = ObjectUnrefMethodInfo 
ResolveImageMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo 
ResolveImageMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo 
ResolveImageMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo 
ResolveImageMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo 
ResolveImageMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo 
ResolveImageMethod "updateState" o = AccessibleUpdateStateMethodInfo 
ResolveImageMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveImageMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo 
ResolveImageMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo 
ResolveImageMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo 
ResolveImageMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo 
ResolveImageMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo 
ResolveImageMethod "getAllocation" o = WidgetGetAllocationMethodInfo 
ResolveImageMethod "getAncestor" o = WidgetGetAncestorMethodInfo 
ResolveImageMethod "getAtContext" o = AccessibleGetAtContextMethodInfo 
ResolveImageMethod "getBaseline" o = WidgetGetBaselineMethodInfo 
ResolveImageMethod "getBounds" o = AccessibleGetBoundsMethodInfo 
ResolveImageMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveImageMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo 
ResolveImageMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo 
ResolveImageMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo 
ResolveImageMethod "getClipboard" o = WidgetGetClipboardMethodInfo 
ResolveImageMethod "getColor" o = WidgetGetColorMethodInfo 
ResolveImageMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo 
ResolveImageMethod "getCssName" o = WidgetGetCssNameMethodInfo 
ResolveImageMethod "getCursor" o = WidgetGetCursorMethodInfo 
ResolveImageMethod "getData" o = ObjectGetDataMethodInfo 
ResolveImageMethod "getDirection" o = WidgetGetDirectionMethodInfo 
ResolveImageMethod "getDisplay" o = WidgetGetDisplayMethodInfo 
ResolveImageMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo 
ResolveImageMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo 
ResolveImageMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo 
ResolveImageMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo 
ResolveImageMethod "getFocusable" o = WidgetGetFocusableMethodInfo 
ResolveImageMethod "getFontMap" o = WidgetGetFontMapMethodInfo 
ResolveImageMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo 
ResolveImageMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo 
ResolveImageMethod "getGicon" o = ImageGetGiconMethodInfo 
ResolveImageMethod "getHalign" o = WidgetGetHalignMethodInfo 
ResolveImageMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo 
ResolveImageMethod "getHeight" o = WidgetGetHeightMethodInfo 
ResolveImageMethod "getHexpand" o = WidgetGetHexpandMethodInfo 
ResolveImageMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo 
ResolveImageMethod "getIconName" o = ImageGetIconNameMethodInfo 
ResolveImageMethod "getIconSize" o = ImageGetIconSizeMethodInfo 
ResolveImageMethod "getLastChild" o = WidgetGetLastChildMethodInfo 
ResolveImageMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo 
ResolveImageMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo 
ResolveImageMethod "getMapped" o = WidgetGetMappedMethodInfo 
ResolveImageMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo 
ResolveImageMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo 
ResolveImageMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo 
ResolveImageMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo 
ResolveImageMethod "getName" o = WidgetGetNameMethodInfo 
ResolveImageMethod "getNative" o = WidgetGetNativeMethodInfo 
ResolveImageMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo 
ResolveImageMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo 
ResolveImageMethod "getOpacity" o = WidgetGetOpacityMethodInfo 
ResolveImageMethod "getOverflow" o = WidgetGetOverflowMethodInfo 
ResolveImageMethod "getPaintable" o = ImageGetPaintableMethodInfo 
ResolveImageMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo 
ResolveImageMethod "getParent" o = WidgetGetParentMethodInfo 
ResolveImageMethod "getPixelSize" o = ImageGetPixelSizeMethodInfo 
ResolveImageMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo 
ResolveImageMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo 
ResolveImageMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo 
ResolveImageMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo 
ResolveImageMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveImageMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveImageMethod "getRealized" o = WidgetGetRealizedMethodInfo 
ResolveImageMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo 
ResolveImageMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo 
ResolveImageMethod "getRoot" o = WidgetGetRootMethodInfo 
ResolveImageMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo 
ResolveImageMethod "getSensitive" o = WidgetGetSensitiveMethodInfo 
ResolveImageMethod "getSettings" o = WidgetGetSettingsMethodInfo 
ResolveImageMethod "getSize" o = WidgetGetSizeMethodInfo 
ResolveImageMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo 
ResolveImageMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo 
ResolveImageMethod "getStorageType" o = ImageGetStorageTypeMethodInfo 
ResolveImageMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo 
ResolveImageMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo 
ResolveImageMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo 
ResolveImageMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo 
ResolveImageMethod "getValign" o = WidgetGetValignMethodInfo 
ResolveImageMethod "getVexpand" o = WidgetGetVexpandMethodInfo 
ResolveImageMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo 
ResolveImageMethod "getVisible" o = WidgetGetVisibleMethodInfo 
ResolveImageMethod "getWidth" o = WidgetGetWidthMethodInfo 
ResolveImageMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo 
ResolveImageMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo 
ResolveImageMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo 
ResolveImageMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo 
ResolveImageMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo 
ResolveImageMethod "setCursor" o = WidgetSetCursorMethodInfo 
ResolveImageMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo 
ResolveImageMethod "setData" o = ObjectSetDataMethodInfo 
ResolveImageMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveImageMethod "setDirection" o = WidgetSetDirectionMethodInfo 
ResolveImageMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo 
ResolveImageMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo 
ResolveImageMethod "setFocusable" o = WidgetSetFocusableMethodInfo 
ResolveImageMethod "setFontMap" o = WidgetSetFontMapMethodInfo 
ResolveImageMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo 
ResolveImageMethod "setFromFile" o = ImageSetFromFileMethodInfo 
ResolveImageMethod "setFromGicon" o = ImageSetFromGiconMethodInfo 
ResolveImageMethod "setFromIconName" o = ImageSetFromIconNameMethodInfo 
ResolveImageMethod "setFromPaintable" o = ImageSetFromPaintableMethodInfo 
ResolveImageMethod "setFromPixbuf" o = ImageSetFromPixbufMethodInfo 
ResolveImageMethod "setFromResource" o = ImageSetFromResourceMethodInfo 
ResolveImageMethod "setHalign" o = WidgetSetHalignMethodInfo 
ResolveImageMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo 
ResolveImageMethod "setHexpand" o = WidgetSetHexpandMethodInfo 
ResolveImageMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo 
ResolveImageMethod "setIconSize" o = ImageSetIconSizeMethodInfo 
ResolveImageMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo 
ResolveImageMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo 
ResolveImageMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo 
ResolveImageMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo 
ResolveImageMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo 
ResolveImageMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo 
ResolveImageMethod "setName" o = WidgetSetNameMethodInfo 
ResolveImageMethod "setOpacity" o = WidgetSetOpacityMethodInfo 
ResolveImageMethod "setOverflow" o = WidgetSetOverflowMethodInfo 
ResolveImageMethod "setParent" o = WidgetSetParentMethodInfo 
ResolveImageMethod "setPixelSize" o = ImageSetPixelSizeMethodInfo 
ResolveImageMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveImageMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo 
ResolveImageMethod "setSensitive" o = WidgetSetSensitiveMethodInfo 
ResolveImageMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo 
ResolveImageMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo 
ResolveImageMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo 
ResolveImageMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo 
ResolveImageMethod "setValign" o = WidgetSetValignMethodInfo 
ResolveImageMethod "setVexpand" o = WidgetSetVexpandMethodInfo 
ResolveImageMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo 
ResolveImageMethod "setVisible" o = WidgetSetVisibleMethodInfo 
ResolveImageMethod l o = MethodResolutionFailed l o :: Type 

clearImageFile :: (MonadIO m, IsImage o) => o -> m () #

clearImageIconName :: (MonadIO m, IsImage o) => o -> m () #

clearImagePaintable :: (MonadIO m, IsImage o) => o -> m () #

clearImageResource :: (MonadIO m, IsImage o) => o -> m () #

constructImageFile :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o) #

constructImageGicon :: (IsImage o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o) #

constructImageIconName :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o) #

constructImageIconSize :: (IsImage o, MonadIO m) => IconSize -> m (GValueConstruct o) #

constructImagePaintable :: (IsImage o, MonadIO m, IsPaintable a) => a -> m (GValueConstruct o) #

constructImagePixelSize :: (IsImage o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructImageResource :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o) #

constructImageUseFallback :: (IsImage o, MonadIO m) => Bool -> m (GValueConstruct o) #

getImageFile :: (MonadIO m, IsImage o) => o -> m (Maybe Text) #

getImageGicon :: (MonadIO m, IsImage o) => o -> m (Maybe Icon) #

getImageIconName :: (MonadIO m, IsImage o) => o -> m (Maybe Text) #

getImageIconSize :: (MonadIO m, IsImage o) => o -> m IconSize #

getImagePaintable :: (MonadIO m, IsImage o) => o -> m (Maybe Paintable) #

getImagePixelSize :: (MonadIO m, IsImage o) => o -> m Int32 #

getImageResource :: (MonadIO m, IsImage o) => o -> m (Maybe Text) #

getImageStorageType :: (MonadIO m, IsImage o) => o -> m ImageType #

getImageUseFallback :: (MonadIO m, IsImage o) => o -> m Bool #

imageClear :: (HasCallStack, MonadIO m, IsImage a) => a -> m () #

imageFile :: AttrLabelProxy "file" #

imageGetGicon :: (HasCallStack, MonadIO m, IsImage a) => a -> m (Maybe Icon) #

imageGetIconName :: (HasCallStack, MonadIO m, IsImage a) => a -> m (Maybe Text) #

imageGetIconSize :: (HasCallStack, MonadIO m, IsImage a) => a -> m IconSize #

imageGetPaintable :: (HasCallStack, MonadIO m, IsImage a) => a -> m (Maybe Paintable) #

imageGetPixelSize :: (HasCallStack, MonadIO m, IsImage a) => a -> m Int32 #

imageGetStorageType :: (HasCallStack, MonadIO m, IsImage a) => a -> m ImageType #

imageGicon :: AttrLabelProxy "gicon" #

imageIconName :: AttrLabelProxy "iconName" #

imageIconSize :: AttrLabelProxy "iconSize" #

imageNew :: (HasCallStack, MonadIO m) => m Image #

imageNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m Image #

imageNewFromGicon :: (HasCallStack, MonadIO m, IsIcon a) => a -> m Image #

imageNewFromIconName :: (HasCallStack, MonadIO m) => Maybe Text -> m Image #

imageNewFromPaintable :: (HasCallStack, MonadIO m, IsPaintable a) => Maybe a -> m Image #

imageNewFromPixbuf :: (HasCallStack, MonadIO m, IsPixbuf a) => Maybe a -> m Image #

imageNewFromResource :: (HasCallStack, MonadIO m) => Text -> m Image #

imagePaintable :: AttrLabelProxy "paintable" #

imagePixelSize :: AttrLabelProxy "pixelSize" #

imageResource :: AttrLabelProxy "resource" #

imageSetFromFile :: (HasCallStack, MonadIO m, IsImage a) => a -> Maybe [Char] -> m () #

imageSetFromGicon :: (HasCallStack, MonadIO m, IsImage a, IsIcon b) => a -> b -> m () #

imageSetFromIconName :: (HasCallStack, MonadIO m, IsImage a) => a -> Maybe Text -> m () #

imageSetFromPaintable :: (HasCallStack, MonadIO m, IsImage a, IsPaintable b) => a -> Maybe b -> m () #

imageSetFromPixbuf :: (HasCallStack, MonadIO m, IsImage a, IsPixbuf b) => a -> Maybe b -> m () #

imageSetFromResource :: (HasCallStack, MonadIO m, IsImage a) => a -> Maybe Text -> m () #

imageSetIconSize :: (HasCallStack, MonadIO m, IsImage a) => a -> IconSize -> m () #

imageSetPixelSize :: (HasCallStack, MonadIO m, IsImage a) => a -> Int32 -> m () #

imageStorageType :: AttrLabelProxy "storageType" #

imageUseFallback :: AttrLabelProxy "useFallback" #

setImageFile :: (MonadIO m, IsImage o) => o -> Text -> m () #

setImageGicon :: (MonadIO m, IsImage o, IsIcon a) => o -> a -> m () #

setImageIconName :: (MonadIO m, IsImage o) => o -> Text -> m () #

setImageIconSize :: (MonadIO m, IsImage o) => o -> IconSize -> m () #

setImagePaintable :: (MonadIO m, IsImage o, IsPaintable a) => o -> a -> m () #

setImagePixelSize :: (MonadIO m, IsImage o) => o -> Int32 -> m () #

setImageResource :: (MonadIO m, IsImage o) => o -> Text -> m () #

setImageUseFallback :: (MonadIO m, IsImage o) => o -> Bool -> m () #

toImage :: (MonadIO m, IsImage o) => o -> m Image #