gtk-0.13.8.1: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Misc.Accessible

Contents

Description

A Object representing an adjustable bounded value

Synopsis

Detail

Accessible accessibility support for widgets.

Class Hierarchy

| GObject
| +----AtkObject
| +----Accessible

Types

class AtkObjectClass o => AccessibleClass o Source

Methods

accessibleGetWidget Source

Arguments

:: AccessibleClass self 
=> self 
-> IO (Maybe Widget)

returns the Widget corresponding to the Accessible, or Nothing.

Gets the Widget corresponding to the Accessible.

  • Available since Gtk+ version 2.22

accessibleSetWidget Source

Arguments

:: (AccessibleClass self, WidgetClass widget) 
=> self

accessible a Accessible

-> widget

widget a Widget

-> IO () 

Sets the Widget corresponding to the Accessible.

  • Available since Gtk+ version 2.22