How can I disable editting for GtkTextView in c?
- by Runner
I tried this one and it generates a textview window:
http://zetcode.com/tutorials/gtktutorial/gtktextview/
But I don't want it to be editable.
BTW,how can I show the scroll bar when the text overflows?