Getting text widget to scroll down as text is inserted

2000-06-14 Thread Matthew Miller
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

Getting text widget to scroll down as text is inserted

2000-06-14 Thread Matthew Miller
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

Entry callback not called on pressing return.

2000-06-09 Thread Matthew Miller
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