Hi, I'm writting a small app that is closely patterned after the Text
example in the gtk+ tutorial. There is a Text widget and a VScrollbar wigdet
attached to the Text's vadj member.
Well, the problem I'm having is that when I insert text into the Text widget
I want it to scroll down so that I ca
Hi, I'm writting a small app that is closely patterned after the Text
example in the gtk+ tutorial. There is a Text widget and a VScrollbar widget
attached to the Text's vadj member.
Well, the problem I'm having is that when I insert text into the Text widget
I want it to scroll down so that I ca
Hi everyone,
I'm learning gtk+ and am writting a small frontend to anther program of
mine. Well, to test my understanding I wrote some code with only a text
widget and an entry widget. When text has been typed into the entry widget
and return pressed the text is copied into the text widget and er