Package: gtk

Function gtk-combo-box-text-insert-text

Lambda List

gtk-combo-box-text-insert-text (combo position text)

Arguments

combo -- a gtk-combo-box-text widget
position -- an integer with an index to insert text
text -- a string with the text

Details

Inserts text at the given position in the list of strings stored in the combo box.

If position is negative then the text is appended.

This is the same as calling the function gtk-combo-box-text-insert with a nil ID string.
 

See also

2021-3-12