gi-gtk4-4.0.12: Gtk 4.x bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Interfaces.AccessibleHypertext

Description

An interface for accessible objects containing links.

The GtkAccessibleHypertext interfaces is meant to be implemented by accessible objects that contain links. Those links don't necessarily have to be part of text, they can be associated with images and other things.

Since: 4.22

Synopsis

Exported types

class (GObject o, IsDescendantOf AccessibleHypertext o) => IsAccessibleHypertext o Source #

Type class for types which can be safely cast to AccessibleHypertext, for instance with toAccessibleHypertext.

Instances

Instances details
(GObject o, IsDescendantOf AccessibleHypertext o) => IsAccessibleHypertext o Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleHypertext

toAccessibleHypertext :: (MonadIO m, IsAccessibleHypertext o) => o -> m AccessibleHypertext Source #

Cast to AccessibleHypertext, for types for which this is known to be safe. For general casts, use castTo.

Methods