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.PipelineNode

Description

The TextNode structure is an opaque type whose members cannot be directly accessed.

Since: 1.10

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf PipelineNode o) => IsPipelineNode o Source #

Type class for types which can be safely cast to PipelineNode, for instance with toPipelineNode.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf PipelineNode o) => IsPipelineNode o Source # 
Instance details

Defined in GI.Clutter.Objects.PipelineNode

toPipelineNode :: (MonadIO m, IsPipelineNode o) => o -> m PipelineNode Source #

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

addChild, addRectangle, addTextureRectangle, ref, unref.

Getters

None.

Setters

setName.