gi-atk-2.0.12: 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 #

Constructors

Util (ManagedPtr Util) 

Instances

GObject Util # 

Methods

gobjectType :: Util -> IO GType #

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

Methods

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

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

Methods

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

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

class GObject o => IsUtil o #

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