Package: gtk

Function gtk:drop-down-new-from-strings

Lambda List

gtk:drop-down-new-from-strings (&rest strings)

Arguments

strings -- strings to put in the dropdown

Return Value

The new gtk:drop-down widget.

Details

Creates a new dropdown widget that is populated with the strings in strings. Each strings argument can be a string, a list of strings or a nested list of strings. If no arguments are provided, an empty drop down is created.
 

See also

2026-04-26