gtk3-0.12.5.6: Binding to the Gtk+ graphical user interface library.

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

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

accessibleGetWidgetSource

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

accessibleSetWidgetSource

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