How can i create a textarea that has read and write lines using gtk
问题 Any one know how i can create a text area which displays lines of text which can not be edited but allows you to edit the bottom most line for text. basically in a similar fashion to embedded consoles inside applications that allow you to run code direct on the application. currently using a textview i can go and edit the code above and the output response are also editable. 回答1: It's possible using a GtkTextView , but not trivial. You have to create a tag that makes the text uneditable, and