Package: gtk

Accessor gtk:directory-list-file

Lambda List

gtk:directory-list-file (object)

Syntax

(gtk:directory-list-file object) => file
(setf (gtk:directory-list-file object) file)

Arguments

object -- a gtk:directory-list object
file -- a g:file object to be enumerated

Details

The accessor for the file slot of the gtk:directory-list class gets or sets the file whose children are currently enumerated. Setting the file starts the enumeration. If the file argument is nil, the result will be an empty list.
 

See also

2025-08-05