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 for the "visited" state

Details

The accessor for the visited slot of the gtk:link-button class gets or sets the "visited" state of the URI where the link button points.

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

See also

2025-08-05