gi-atk-2.0.21: Atk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Atk.Objects.Util

Description

A set of ATK utility functions which are used to support event registration of various types, and obtaining the 'root' accessible of a process and information about the current ATK implementation and toolkit version.

Synopsis

Exported types

newtype Util Source #

Memory-managed wrapper type.

Constructors

Util (ManagedPtr Util) 

Instances

Instances details
Eq Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

Methods

(==) :: Util -> Util -> Bool #

(/=) :: Util -> Util -> Bool #

GObject Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

Methods

gobjectType :: IO GType #

IsGValue Util Source #

Convert Util to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Atk.Objects.Util

HasParentTypes Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

type ParentTypes Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

class (GObject o, IsDescendantOf Util o) => IsUtil o Source #

Type class for types which can be safely cast to Util, for instance with toUtil.

Instances

Instances details
(GObject o, IsDescendantOf Util o) => IsUtil o Source # 
Instance details

Defined in GI.Atk.Objects.Util

toUtil :: (MonadIO m, IsUtil o) => o -> m Util Source #

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

noUtil :: Maybe Util Source #

A convenience alias for Nothing :: Maybe Util.

Methods

Overloaded methods