gi-gsk-4.0.2: Gsk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gsk.Structs.Shadow

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Shadow Source #

Memory-managed wrapper type.

Constructors

Shadow (ManagedPtr Shadow) 

Instances

Instances details
Eq Shadow Source # 
Instance details

Defined in GI.Gsk.Structs.Shadow

Methods

(==) :: Shadow -> Shadow -> Bool #

(/=) :: Shadow -> Shadow -> Bool #

ManagedPtrNewtype Shadow Source # 
Instance details

Defined in GI.Gsk.Structs.Shadow

BoxedPtr Shadow Source # 
Instance details

Defined in GI.Gsk.Structs.Shadow

CallocPtr Shadow Source # 
Instance details

Defined in GI.Gsk.Structs.Shadow

tag ~ 'AttrSet => Constructible Shadow tag Source # 
Instance details

Defined in GI.Gsk.Structs.Shadow

Methods

new :: MonadIO m => (ManagedPtr Shadow -> Shadow) -> [AttrOp Shadow tag] -> m Shadow #

newZeroShadow :: MonadIO m => m Shadow Source #

Construct a Shadow struct initialized to zero.

Methods

Overloaded methods

Properties

color

No description available in the introspection data.

getShadowColor :: MonadIO m => Shadow -> m RGBA Source #

Get the value of the “color” field. When overloading is enabled, this is equivalent to

get shadow #color

dx

No description available in the introspection data.

getShadowDx :: MonadIO m => Shadow -> m Float Source #

Get the value of the “dx” field. When overloading is enabled, this is equivalent to

get shadow #dx

setShadowDx :: MonadIO m => Shadow -> Float -> m () Source #

Set the value of the “dx” field. When overloading is enabled, this is equivalent to

set shadow [ #dx := value ]

dy

No description available in the introspection data.

getShadowDy :: MonadIO m => Shadow -> m Float Source #

Get the value of the “dy” field. When overloading is enabled, this is equivalent to

get shadow #dy

setShadowDy :: MonadIO m => Shadow -> Float -> m () Source #

Set the value of the “dy” field. When overloading is enabled, this is equivalent to

set shadow [ #dy := value ]

radius

No description available in the introspection data.

getShadowRadius :: MonadIO m => Shadow -> m Float Source #

Get the value of the “radius” field. When overloading is enabled, this is equivalent to

get shadow #radius

setShadowRadius :: MonadIO m => Shadow -> Float -> m () Source #

Set the value of the “radius” field. When overloading is enabled, this is equivalent to

set shadow [ #radius := value ]