gi-atk-0.2.18.14: 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.Functions

Contents

Description

 

Synopsis

Methods

focusTrackerNotify

focusTrackerNotify :: (MonadIO m, ObjectK a) => a -> m () Source

Deprecated: (Since version 2.9.4)Focus tracking has been dropped as a featureto be implemented by ATK itself. As AtkObject::state-change signal, in orderto notify a focus change on your implementation, you can useatk_object_notify_state_change() instead.

getBinaryAge

getDefaultRegistry

getFocusObject

getInterfaceAge

getMajorVersion

getMicroVersion

getMinorVersion

getRoot

getToolkitName

getToolkitVersion

getVersion

removeFocusTracker

removeFocusTracker :: MonadIO m => Word32 -> m () Source

Deprecated: (Since version 2.9.4)Focus tracking has been dropped as a featureto be implemented by ATK itself. If you need focus tracking on yourimplementation, subscribe to the #AtkObject::state-change "focused" signal.Removes the specified focus tracker from the list of functionsto be called when any object receives focus.

removeGlobalEventListener

removeKeyEventListener