gi-atk-0.2.18.13: 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

newtype Component Source

Instances

((~) * info (ResolveComponentMethod t Component), MethodInfo * info Component p) => IsLabel t (Component -> p) Source 

Methods

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

((~) * info (ResolveComponentMethod t Component), MethodInfo * info Component p) => IsLabelProxy t (Component -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Component -> p

type ParentTypes Component Source 
type AttributeList Component Source 
type SignalList Component Source 

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 the #AtkObject::state-change "focused" notification instead.

componentSetExtents

componentSetPosition

componentSetSize

Signals

BoundsChanged