Hello, I have following problem with GtkTextView: when I add more than 9 lines (I determined this value using trial and error method) only bottom part of the text is visible. The widget however is big enough for all the text to fit in and there is empty space at the bottom. When window containing the widget is resized the text is 'scrolled' down and all of it becomes visible. Do I miss something? What Can I do to make the whole text visible? Attached is simple program that creates GtkTextView and adds 20 lines of random ;) text into it. I use GTK+ 2.0.5 -- [Krzysztof Luks] [kluks<at>iq.pl]
Attachment:
textview.c
Description: Text Data