gi-gtk-4.0.1: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.FixedLayoutChild

Description

No description available in the introspection data.

Synopsis

Exported types

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

Instances details
(GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o Source # 
Instance details

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

getPosition

fixedLayoutChildGetPosition Source #

Arguments

:: (HasCallStack, MonadIO m, IsFixedLayoutChild a) 
=> a

child: a FixedLayoutChild

-> m (Maybe Transform)

Returns: a Transform

Retrieves the transformation of the child of a FixedLayout.

setPosition

fixedLayoutChildSetPosition Source #

Arguments

:: (HasCallStack, MonadIO m, IsFixedLayoutChild a) 
=> a

child: a FixedLayoutChild

-> Transform

position: a Transform

-> m () 

Sets the transformation of the child of a FixedLayout.

Properties

position

No description available in the introspection data.

constructFixedLayoutChildPosition :: IsFixedLayoutChild o => Transform -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “position” property. This is rarely needed directly, but it is used by new.

getFixedLayoutChildPosition :: (MonadIO m, IsFixedLayoutChild o) => o -> m (Maybe Transform) Source #

Get the value of the “position” property. When overloading is enabled, this is equivalent to

get fixedLayoutChild #position

setFixedLayoutChildPosition :: (MonadIO m, IsFixedLayoutChild o) => o -> Transform -> m () Source #

Set the value of the “position” property. When overloading is enabled, this is equivalent to

set fixedLayoutChild [ #position := value ]