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

The accessor for the file slot of the gtk:video class gets or sets the file played back by the video if the video is playing a file. Returns nil if not playing back a file.
 

See also

2025-09-28