Package: gtk

Accessor gtk-link-button-visited

Lambda List

gtk-link-button-visited (object)

Syntax

(gtk-link-button-visited object) => visited
(setf (gtk-link-button-visited object) visited)

Arguments

object -- a gtk-link-button widget
visited -- a boolean with the "visited" state

Details

Accessor of the visited slot of the gtk-link-button class.

The gtk-link-button-visited slot access function retrieves the "visited" state of the URI where the link button points. The (setf gtk-link-button-visited) slot access function sets the "visited" state of the URI.

The button becomes visited when it is clicked. If the URI is changed on the button, the visited state is unset again.
 

See also

2021-12-23