atkHyperlinkIsSelectedLink {RGtk2}R Documentation

atkHyperlinkIsSelectedLink

Description

Determines whether this AtkHyperlink is selected

Usage

atkHyperlinkIsSelectedLink(object)

Arguments

object [AtkHyperlink] an AtkHyperlink

Details

Returns:

Since ATK 1.4

@Deprecated: This method is deprecated since ATK version 1.8. Please use ATK_STATE_SELECTED to indicate when a hyperlink within a Hypertext container is selected.

Value

[logical] True is the AtkHyperlink is selected, False otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]