gi-atk-0.2.16.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.Interfaces.Component

Contents

Description

 

Synopsis

Exported types

Methods

componentContains

componentGetAlpha

componentGetExtents

componentGetLayer

componentGetMdiZorder

componentGetPosition

componentGetPosition :: (MonadIO m, ComponentK a) => a -> Int32 -> Int32 -> CoordType -> m () Source

Deprecated: Since 2.12. Use atk_component_get_extents() instead.

componentGetSize

componentGetSize :: (MonadIO m, ComponentK a) => a -> Int32 -> Int32 -> m () Source

Deprecated: Since 2.12. Use atk_component_get_extents() instead.

componentGrabFocus

componentRefAccessibleAtPoint

componentRemoveFocusHandler

componentRemoveFocusHandler :: (MonadIO m, ComponentK a) => a -> Word32 -> m () Source

Deprecated: (Since version 2.9.4)If you need to track when an object gains orlose the focus, use state-changed:focused notification instead.

componentSetExtents

componentSetPosition

componentSetSize

Signals

BoundsChanged