Package: gtk
Function gtk:entry-completion-compute-prefix
Lambda Listgtk:entry-completion-compute-prefix (completion key) ArgumentsReturn Value    The string for the common prefix all rows starting with key or    nil if no row matches key.   Details            Computes the common prefix that is shared by all rows in completion    that start with key.    If no row matches key, the nil values will be returned. Note that
  a text column must have been set for this function to work, see the  gtk:entry-completion-text-column function for details.   Warning | See also | 
#2025-07-22