gi-handy-1.0.1: libhandy bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Handy.Objects.HeaderGroupChild

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf HeaderGroupChild o) => IsHeaderGroupChild o Source #

Type class for types which can be safely cast to HeaderGroupChild, for instance with toHeaderGroupChild.

Instances

Instances details
(GObject o, IsDescendantOf HeaderGroupChild o) => IsHeaderGroupChild o Source # 
Instance details

Defined in GI.Handy.Objects.HeaderGroupChild

toHeaderGroupChild :: (MonadIO m, IsHeaderGroupChild o) => o -> m HeaderGroupChild Source #

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

Methods

getChildType

headerGroupChildGetChildType Source #

Arguments

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

self: a HeaderGroupChild

-> m HeaderGroupChildType

Returns: the child type.

Gets the child type.

Since: 1.0

getGtkHeaderBar

headerGroupChildGetGtkHeaderBar Source #

Arguments

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

self: a HeaderGroupChild

-> m HeaderBar

Returns: the child HeaderBar, or Nothing in case of error.

Gets the child HeaderBar. Use headerGroupChildGetChildType to check the child type.

Since: 1.0

getHeaderBar

headerGroupChildGetHeaderBar Source #

Arguments

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

self: a HeaderGroupChild

-> m HeaderBar

Returns: the child HeaderBar, or Nothing in case of error.

Gets the child HeaderBar. Use headerGroupChildGetChildType to check the child type.

Since: 1.0

getHeaderGroup

headerGroupChildGetHeaderGroup Source #

Arguments

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

self: a HeaderGroupChild

-> m HeaderGroup

Returns: the child HeaderGroup, or Nothing in case of error.

Gets the child HeaderGroup. Use headerGroupChildGetChildType to check the child type.

Since: 1.0