gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.ChildPropertyAction

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ChildPropertyAction Source #

Memory-managed wrapper type.

Constructors

ChildPropertyAction (ManagedPtr ChildPropertyAction) 

Instances

Instances details
Eq ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

GObject ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

ManagedPtrNewtype ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

TypedObject ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

Methods

glibType :: IO GType

HasParentTypes ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

IsGValue (Maybe ChildPropertyAction) Source #

Convert ChildPropertyAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

type ParentTypes ChildPropertyAction Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

type ParentTypes ChildPropertyAction = '[Object, Action]

class (GObject o, IsDescendantOf ChildPropertyAction o) => IsChildPropertyAction o Source #

Type class for types which can be safely cast to ChildPropertyAction, for instance with toChildPropertyAction.

Instances

Instances details
(GObject o, IsDescendantOf ChildPropertyAction o) => IsChildPropertyAction o Source # 
Instance details

Defined in GI.Dazzle.Objects.ChildPropertyAction

toChildPropertyAction :: (MonadIO m, IsChildPropertyAction o) => o -> m ChildPropertyAction Source #

Cast to ChildPropertyAction, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

childPropertyActionNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsContainer a, IsWidget b) 
=> Text

name: the name of the action

-> a

container: the container of the widget

-> b

child: the widget for the child property

-> Text

childPropertyName: the name of the child property

-> m Action

Returns: A new ChildPropertyAction.

This creates a new Action that will change when the underlying child property of container changes for child.

Properties

child

No description available in the introspection data.

getChildPropertyActionChild :: (MonadIO m, IsChildPropertyAction o) => o -> m (Maybe Widget) Source #

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

get childPropertyAction #child

childPropertyName

No description available in the introspection data.

getChildPropertyActionChildPropertyName :: (MonadIO m, IsChildPropertyAction o) => o -> m (Maybe Text) Source #

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

get childPropertyAction #childPropertyName

container

No description available in the introspection data.

getChildPropertyActionContainer :: (MonadIO m, IsChildPropertyAction o) => o -> m (Maybe Container) Source #

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

get childPropertyAction #container