klyn.gui.windows.ComboBox.setItems
method
public setItems(values as List<String>) as Void:
Description
Replaces the current content with the provided items.
combo.setItems(["Paris", "Lyon", "Marseille"])