gi-cairo-1.0.21: Cairo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Cairo.Structs.RectangleInt

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RectangleInt Source #

Memory-managed wrapper type.

Constructors

RectangleInt (ManagedPtr RectangleInt) 
Instances
BoxedObject RectangleInt Source # 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

Methods

boxedType :: RectangleInt -> IO GType

tag ~ AttrSet => Constructible RectangleInt tag Source # 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

Methods

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

newZeroRectangleInt :: MonadIO m => m RectangleInt Source #

Construct a RectangleInt struct initialized to zero.

Properties

height

No description available in the introspection data.

getRectangleIntHeight :: MonadIO m => RectangleInt -> m Int32 Source #

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

get rectangleInt #height

setRectangleIntHeight :: MonadIO m => RectangleInt -> Int32 -> m () Source #

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

set rectangleInt [ #height := value ]

width

No description available in the introspection data.

getRectangleIntWidth :: MonadIO m => RectangleInt -> m Int32 Source #

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

get rectangleInt #width

setRectangleIntWidth :: MonadIO m => RectangleInt -> Int32 -> m () Source #

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

set rectangleInt [ #width := value ]

x

No description available in the introspection data.

getRectangleIntX :: MonadIO m => RectangleInt -> m Int32 Source #

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

get rectangleInt #x

setRectangleIntX :: MonadIO m => RectangleInt -> Int32 -> m () Source #

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

set rectangleInt [ #x := value ]

y

No description available in the introspection data.

getRectangleIntY :: MonadIO m => RectangleInt -> m Int32 Source #

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

get rectangleInt #y

setRectangleIntY :: MonadIO m => RectangleInt -> Int32 -> m () Source #

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

set rectangleInt [ #y := value ]