Python Forum

Full Version: How to Use Gtk.Textview
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I have developed a Python automation tool for Test Cases Automation purpose.
Right now I am in process of developing a GUI for it and have completed 75% of it. For the purpose of Displaying Run time process I have decided to use gtk.textview() since I have developed GUI using Python GTK and PYGI.

How can we make the text to display using the textbuffer. If anyone could explain with an example it would be very helpful. I am a newbie to python.