Python Forum
How to Use Gtk.Textview - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How to Use Gtk.Textview (/thread-4433.html)



How to Use Gtk.Textview - navinandrewprince - Aug-16-2017

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.