AccessibleHyperlink
Description:
[ CCode ( has_construct_function = false ) ]
public AccessibleHyperlink (AccessibleHypertext parent, uint index, string uri, AccessibleTextRange bounds)
public AccessibleHyperlink (AccessibleHypertext parent, uint index, string uri, AccessibleTextRange bounds)
Creates an accessible object that represents a hyperlink.
This is meant to be used with an implementation of the [iface@Gtk.AccessibleHypertext] interface.
Parameters:
| parent |
the parent |
| index |
the index of this link in the parent |
| uri |
the uri |
| bounds |
the text range that the link occupies (or 0, 0) |