Package: gtk

Function gtk:entry-completion-insert-action-text

Lambda List

gtk:entry-completion-insert-action-text (completion index text)

Arguments

completion -- a gtk:entry-completion object
index -- an integer with the index of the item to insert
text -- a string with the text of the item to insert

Details

Inserts an action in the action item list of the entry completion at position index with the given text. If you want the action item to have markup, use the gtk:entry-completion-insert-action-markup function.
 

See also

#2024-3-17