cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:image-file
Lambda List
gtk:image-file
(
object
)
Syntax
(gtk:image-file object) => filename
(setf (gtk:image-file object) filename)
Arguments
object
-- a
gtk:image
widget
filename
-- a string with the name of the file to load and display
Details
Accessor of the
file
slot of the
gtk:image
class. The name of the file to load and display.
See also
gtk:image
2024-4-25