Package: gtk

Function gtk:recent-chooser-current-uri

Lambda List

gtk:recent-chooser-current-uri (chooser)

Syntax

(gtk:recent-chooser-current-uri chooser) => uri
(setf (gtk:recent-chooser-current-uri chooser) uri)

Arguments

chooser -- a gtk:recent-chooser object
uri -- a string with the URI

Details

The gtk:recent-chooser-current-uri function gets the URI currently selected by chooser. The (setf gtk:recent-chooser-current-uri) function sets uri as the current URI for chooser.
 

See also

#2024-11-20