> Nikos Kouremenos wrote:

> >but I couldn't understand [sorry I'm new in the GTK world] how to get 
> >the text from the selection that the user has finally done!

I missing some parts of this thread, so don't know if anyone gave this answer:

entry = combo_box_entry.get_child()
text = entry.get_text()

It is in the docs, but it's pretty easy to miss in passing.

Dave Cook
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to