Package: gtk

Accessor gtk:video-file

Lambda List

gtk:video-file (object)

Syntax

(gtk:video-file object) => file
(setf (gtk:video-file object) file)

Arguments

object -- a gtk:video widget
file -- a g:file object to play

Details

Accessor of the file slot of the gtk:video class. The gtk:video-file function gets the file played back by object or nil if not playing back a file. The (setf gtk:video-file) function makes object playback the given file.
 

See also

2024-10-31