gi-cairo-1.0.23: Cairo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Cairo.Structs.Matrix

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Matrix Source #

Memory-managed wrapper type.

Constructors

Matrix (ManagedPtr Matrix) 
Instances
Eq Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

(==) :: Matrix -> Matrix -> Bool

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

BoxedObject Matrix Source # 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

boxedType :: Matrix -> IO GType

IsGValue Matrix Source #

Convert Matrix to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

toGValue :: Matrix -> IO GValue

fromGValue :: GValue -> IO Matrix

noMatrix :: Maybe Matrix Source #

A convenience alias for Nothing :: Maybe Matrix.

Methods

Overloaded methods