gi-atk-0.2.18.13: Atk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Atk.Objects.Relation

Contents

Description

 

Synopsis

Exported types

newtype Relation Source

Constructors

Relation (ForeignPtr Relation) 

Instances

GObject Relation Source 
((~) * info (ResolveRelationMethod t Relation), MethodInfo * info Relation p) => IsLabel t (Relation -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Relation -> p

((~) * info (ResolveRelationMethod t Relation), MethodInfo * info Relation p) => IsLabelProxy t (Relation -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Relation -> p

type ParentTypes Relation Source 
type AttributeList Relation Source 
type SignalList Relation Source 

Methods

relationAddTarget

relationAddTarget :: (MonadIO m, RelationK a, ObjectK b) => a -> b -> m () Source

relationGetRelationType

relationGetTarget

relationNew

relationRemoveTarget

Properties

RelationType

Target

getRelationTarget :: (MonadIO m, RelationK o) => o -> m ValueArray Source

setRelationTarget :: (MonadIO m, RelationK o) => o -> ValueArray -> m () Source