Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Clutter.Objects.FixedLayout
Contents
Description
The FixedLayout
structure contains only private data and
it should be accessed using the provided API
Since: 1.2
Synopsis
- newtype FixedLayout = FixedLayout (ManagedPtr FixedLayout)
- class (GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o
- toFixedLayout :: (MonadIO m, IsFixedLayout o) => o -> m FixedLayout
- fixedLayoutNew :: (HasCallStack, MonadIO m) => m FixedLayout
Exported types
newtype FixedLayout Source #
Memory-managed wrapper type.
Constructors
FixedLayout (ManagedPtr FixedLayout) |
Instances
Eq FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout | |
GObject FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout | |
ManagedPtrNewtype FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout Methods toManagedPtr :: FixedLayout -> ManagedPtr FixedLayout | |
TypedObject FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout | |
HasParentTypes FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout | |
IsGValue (Maybe FixedLayout) Source # | Convert |
Defined in GI.Clutter.Objects.FixedLayout Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe FixedLayout -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe FixedLayout) | |
type ParentTypes FixedLayout Source # | |
Defined in GI.Clutter.Objects.FixedLayout |
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
(GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o Source # | |
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
Click to display all available methods, including inherited ones
Methods
allocate, beginAnimation, bindProperty, bindPropertyFull, childGetProperty, childSetProperty, endAnimation, findChildProperty, forceFloating, freezeNotify, getv, isFloating, layoutChanged, listChildProperties, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getAnimationProgress, getChildMeta, getData, getPreferredHeight, getPreferredWidth, getProperty, getQdata.
Setters
new
Arguments
:: (HasCallStack, MonadIO m) | |
=> m FixedLayout | Returns: the newly created |
Creates a new FixedLayout
Since: 1.2