cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:image-resource
Lambda List
gtk:image-resource
(
object
)
Syntax
(gtk:image-resource object) => path
(setf (gtk:image-resource object) path)
Arguments
object
-- a
gtk:image
widget
path
-- a string for a resource path
Details
The accessor for the
resource
slot of the
gtk:image
class gets or sets a path to a resource file to display.
See also
gtk:image
2025-08-03