Package: gtk

Accessor gtk:link-button-uri

Lambda List

gtk:link-button-uri (object)

Syntax

(gtk:link-button-uri object) => uri
(setf (gtk:link-button-uri object) uri)

Arguments

object -- a gtk:link-button widget
uri -- a string for a valid URI

Details

Accessor of the uri slot of the gtk:link-button class. The gtk:link-button-uri function retrieves the URI. The (setf gtk:link-button-uri) function sets uri as the URI where the link button points. As a side-effect this unsets the visited state of the button.
 

See also

2025-2-22