Package: gtk

Accessor gtk:drop-down-search-match-mode

Lambda List

gtk:drop-down-search-match-mode (object)

Syntax

(gtk:drop-down-search-match-mode object) => mode
(setf (gtk:drop-down-search-match-mode object) mode)

Arguments

object -- a gtk:drop-down widget
mode -- a gtk:string-filter-match-mode value with the match mode

Details

Accessor of the search-match-mode slot of the gtk:drop-down class. The gtk:drop-down-search-match-mode function returns the match mode that the search filter is using. The (setf drop-down-search-match-mode) function sets the match mode for the search filter.

Since 4.12
 

See also

2024-1-10