Package: gtk

Accessor gtk:drop-down-factory

Lambda List

gtk:drop-down-factory (object)

Syntax

(gtk:drop-down-factory object) => factory
(setf (gtk:drop-down-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 factory slot of the gtk:drop-down class. The gtk:drop-down-factory function gets the factory that is currently used to populate list items. The (setf drop-down-factory) function sets the factory to use for populating list items. The factory is always used for the item in the button. It is also used for items in the popup if the list-factory property is not set.
 

See also

2024-1-10