Tintware Documentation : Idget Library : ComboBox Controls : combobox.selectionSyntax#(%combobox.selection) #(%combobox.selection,%string) %combobox specifies a combobox control. %string specifies a string to be used as the selection in the combobox. It must have already been appended to the combobox using %combobox.append. |