| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Interfaces.AccessibleHypertext
Contents
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
- newtype AccessibleHypertext = AccessibleHypertext (ManagedPtr AccessibleHypertext)
- class (GObject o, IsDescendantOf AccessibleHypertext o) => IsAccessibleHypertext o
- toAccessibleHypertext :: (MonadIO m, IsAccessibleHypertext o) => o -> m AccessibleHypertext
Exported types
newtype AccessibleHypertext Source #
Memory-managed wrapper type.
Constructors
| AccessibleHypertext (ManagedPtr AccessibleHypertext) |
Instances
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
| (GObject o, IsDescendantOf AccessibleHypertext o) => IsAccessibleHypertext o Source # | |
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
Click to display all available methods, including inherited ones
Methods
announce, bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, resetProperty, resetRelation, resetState, runDispose, stealData, stealQdata, thawNotify, unref, updateNextAccessibleSibling, updatePlatformState, updateProperty, updateRelation, updateState, watchClosure.
Getters
getAccessibleId, getAccessibleParent, getAccessibleRole, getAtContext, getBounds, getData, getFirstAccessibleChild, getNextAccessibleSibling, getPlatformState, getProperty, getQdata.