Package: gtk

Function gtk:combo-box-text-prepend

Lambda List

gtk:combo-box-text-prepend (combo id text)

Arguments

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

Details

Prepends 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 gtk:combo-box-text-insert function with a position of 0.

Warning

The gtk:combo-box-text implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

#2024-4-6