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 with a valid URI

Details

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

The gtk-link-button-uri slot access function retrieves the URI. The gtk-link-button-uri slot access 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

2021-12-23