Package: gtk

Function gtk-combo-box-text-append

Lambda List

gtk-combo-box-text-append (combo id text)

Arguments

combo -- a gtk-combo-box-text widget
id -- a string ID for this value, or nil
text -- a string with the text

Details

Appends text to the list of strings stored in the combo box. If the ID is non-nil then it is used as the ID of the row.

This is the same as calling the function gtk-combo-box-text-insert with a position of -1.
 

See also

2021-3-12