Tintware Documentation : Idget Library : ComboBox Controls : combobox.selection-changedSyntax#(proc,%combobox.selection-changed,...) %combobox specifies a combobox control. You can define this to be a proc which gets called when the selection changes on the combobox control. ExampleDef:ComboBox:example-panel.my-combobox(200,100) [*][*] Def:Proc:example-panel.my-combobox.selection-changed [*] #(example-panel.my-combobox.selection) [*] |