Rsk <webrsk.id...@...> writes:

> Its getting added but i would like to see only the last selected value based
> on comboboxes which is *3*.

Before adding new comboboxes to the vbox, destroy all the child widgets.
This can be done using

for child in vb.get_children():
    child.destroy()

Regards,
Vijay


_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to