Package: gtk

Accessor gtk:drop-down-list-factory

Lambda List

gtk:drop-down-list-factory (object)

Syntax

(gtk:drop-down-list-factory object) => factory
(setf (gtk:drop-down-list-factory object) factory)

Arguments

object -- a gtk:drop-down widget
factory -- a gtk:list-item-factory object, or nil for none

Details

Accessor of the list-factory slot of the gtk:drop-down class. The gtk:drop-down-list-factory function gets the factory that is currently used to populate list items in the popup. The (setf drop-down-list-factory) function sets the factory to use for populating list items in the popup.
 

See also

2024-1-10