Hi list

I am writing a system in pygtk and have the following requirement.

Because of size constraints I sometimes enter data into an Entry widget
where the widget's width is e.g. 20 characters wide but the maximum
entry width is 150 characters.

What I would like to do, when this occurs, is display a TextView widget
directly under the Entry widget and display each character entered so
that with the formatting facilities of the TextView the operator would
be able to view all the text. Once the text has been accepted, the
TextView would be deleted.

The basic concept is simple enough to achieve however I do not know how
to position the TextView widget in the correct place i.e. directly under
the entry widget. Is there any way of doing that e.g. like the
autocompletion entry works.

Thanks, any help would be appreciated.

Paul Malherbe
_______________________________________________
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