gi-clutter-1.0.2: clutter GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Clutter.Objects.Constraint

Description

The Constraint structure contains only private data and should be accessed using the provided API

Since: 1.4

Synopsis

Exported types

class (GObject o, IsDescendantOf Constraint o) => IsConstraint o Source #

Type class for types which can be safely cast to Constraint, for instance with toConstraint.

Instances

Instances details
(GObject o, IsDescendantOf Constraint o) => IsConstraint o Source # 
Instance details

Defined in GI.Clutter.Objects.Constraint

toConstraint :: (MonadIO m, IsConstraint o) => o -> m Constraint Source #

Cast to Constraint, for types for which this is known to be safe. For general casts, use castTo.

Methods