get_object


Description:

public virtual unowned Object get_object (int i)

Returns the item associated with this hyperlinks nth anchor.

For instance, the returned Object will implement Text if this is a text hyperlink, Image if this is an image hyperlink etc.

Multiple anchors are primarily used by client-side image maps.

Parameters:

this

an Hyperlink

i

a (zero-index) integer specifying the desired anchor

Returns:

an Object associated with this hyperlinks i-th anchor