[Ilugc] Re: Dynamic Generating Combobox using Pygtk and Python

  • From: webrsk.ideas@xxxxxxxxx (Rsk)
  • Date: Fri Mar 12 17:17:32 2010

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 <vijaykumar@xxxxxxxxxxxx>wrote:

Rsk <webrsk.ideas@...> 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

Other related posts: