Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Gtk.Objects.ConstraintLayoutChild
Contents
Description
A LayoutChild
in a ConstraintLayout
.
Synopsis
- newtype ConstraintLayoutChild = ConstraintLayoutChild (ManagedPtr ConstraintLayoutChild)
- class (GObject o, IsDescendantOf ConstraintLayoutChild o) => IsConstraintLayoutChild o
- toConstraintLayoutChild :: (MonadIO m, IsConstraintLayoutChild o) => o -> m ConstraintLayoutChild
Exported types
newtype ConstraintLayoutChild Source #
Memory-managed wrapper type.
Constructors
ConstraintLayoutChild (ManagedPtr ConstraintLayoutChild) |
Instances
class (GObject o, IsDescendantOf ConstraintLayoutChild o) => IsConstraintLayoutChild o Source #
Type class for types which can be safely cast to ConstraintLayoutChild
, for instance with toConstraintLayoutChild
.
Instances
(GObject o, IsDescendantOf ConstraintLayoutChild o) => IsConstraintLayoutChild o Source # | |
Defined in GI.Gtk.Objects.ConstraintLayoutChild |
toConstraintLayoutChild :: (MonadIO m, IsConstraintLayoutChild o) => o -> m ConstraintLayoutChild Source #
Cast to ConstraintLayoutChild
, 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
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getChildWidget, getData, getLayoutManager, getProperty, getQdata.