gi-atk-2.0.11: 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.Util

Contents

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 #

Constructors

Util (ManagedPtr Util) 

Instances

GObject Util Source # 

Methods

gobjectType :: Util -> IO GType #

IsObject Util Source # 
IsUtil Util Source # 
((~) * info (ResolveUtilMethod t Util), MethodInfo * info Util p) => IsLabel t (Util -> p) Source # 

Methods

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

((~) * info (ResolveUtilMethod t Util), MethodInfo * info Util p) => IsLabelProxy t (Util -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Util -> p #

HasAttributeList * Util Source # 
type AttributeList Util Source # 
type SignalList Util Source # 

toUtil :: IsUtil o => o -> IO Util Source #