Package: gtk

Function gtk:combo-box-text-append-text

Lambda List

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

Arguments

combo -- a gtk:combo-box-text widget
text -- a string with the text

Details

Appends text to the list of strings stored in the combo box. This is the same as calling the gtk:combo-box-text-insert-text function with a position of -1.

Warning

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

See also

2024-4-6