| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.FixedLayoutChild
Description
No description available in the introspection data.
Synopsis
- newtype FixedLayoutChild = FixedLayoutChild (ManagedPtr FixedLayoutChild)
- class (GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o
- toFixedLayoutChild :: (MonadIO m, IsFixedLayoutChild o) => o -> m FixedLayoutChild
- fixedLayoutChildGetTransform :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) => a -> m (Maybe Transform)
- fixedLayoutChildSetTransform :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) => a -> Transform -> m ()
- constructFixedLayoutChildTransform :: (IsFixedLayoutChild o, MonadIO m) => Transform -> m (GValueConstruct o)
- getFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> m (Maybe Transform)
- setFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> Transform -> m ()
Exported types
newtype FixedLayoutChild Source #
Memory-managed wrapper type.
Constructors
| FixedLayoutChild (ManagedPtr FixedLayoutChild) |
Instances
| Eq FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods (==) :: FixedLayoutChild -> FixedLayoutChild -> Bool (/=) :: FixedLayoutChild -> FixedLayoutChild -> Bool | |
| GObject FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
| ManagedPtrNewtype FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods toManagedPtr :: FixedLayoutChild -> ManagedPtr FixedLayoutChild | |
| TypedObject FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods glibType :: IO GType | |
| IsGValue FixedLayoutChild Source # | Convert |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
| HasParentTypes FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
| type ParentTypes FixedLayoutChild Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
class (GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o Source #
Type class for types which can be safely cast to FixedLayoutChild, for instance with toFixedLayoutChild.
Instances
| (GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o Source # | |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
toFixedLayoutChild :: (MonadIO m, IsFixedLayoutChild o) => o -> m FixedLayoutChild Source #
Cast to FixedLayoutChild, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded methods
getTransform
fixedLayoutChildGetTransform Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) | |
| => a |
|
| -> m (Maybe Transform) | Returns: a |
Retrieves the transformation of the child of a FixedLayout.
setTransform
fixedLayoutChildSetTransform Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) | |
| => a |
|
| -> Transform |
|
| -> m () |
Sets the transformation of the child of a FixedLayout.
Properties
transform
No description available in the introspection data.
constructFixedLayoutChildTransform :: (IsFixedLayoutChild o, MonadIO m) => Transform -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “transform” property. This is rarely needed directly, but it is used by new.
getFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> m (Maybe Transform) Source #
Get the value of the “transform” property.
When overloading is enabled, this is equivalent to
get fixedLayoutChild #transform
setFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> Transform -> m () Source #
Set the value of the “transform” property.
When overloading is enabled, this is equivalent to
setfixedLayoutChild [ #transform:=value ]