

combo1 = Pmw.ComboBox(frame,
label_text="simple combo box",
labelpos = 'nw',
scrolledlist_items = listitems,
selectioncommand = status_combobox,
listbox_height = 6,
dropdown = 0)
def status_combobox(value):
text = "combo box value = " + str(value)