Thanks Vijay for the reply.

After i used that method the new combo boxes also getting destroyed.  So it
not getting populated itself.

Regards,
Senthil

On Fri, Mar 12, 2010 at 1:11 PM, Vijay Kumar <[email protected]>wrote:

> 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
>
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to