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

Description

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

Since: 1.2

Synopsis

Exported types

class (GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o Source #

Type class for types which can be safely cast to FixedLayout, for instance with toFixedLayout.

Instances

Instances details
(GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o Source # 
Instance details

Defined in GI.Clutter.Objects.FixedLayout

toFixedLayout :: (MonadIO m, IsFixedLayout o) => o -> m FixedLayout Source #

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

Methods

new

fixedLayoutNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m FixedLayout

Returns: the newly created FixedLayout

Creates a new FixedLayout

Since: 1.2