Gtk.LinkButton.prototype.get_visited
function get_visited():Boolean { // Gjs wrapper for gtk_link_button_get_visited() }
Retrieves the 'visited' state of the URI where the Gtk.LinkButton points. The button becomes visited when it is clicked. If the URI is changed on the button, the 'visited' state is unset again.
The state may also be changed using Gtk.set_visited.
Since 2.14
- Returns
true if the link has been visited, false otherwise