I've got a program that constructs a series of gtk.Notebooks and renders each of them in a top-level window. On the last-inserted page of each notebook is a gtkTextView consisting of 34 lines of text. If the window is not long enough to render all lines of text, the vertical scrollbar is of no help. I must resize the window to make it tall enough to display all 34 lines before all 34 lines become accessible. Is there a way to make all 34 lines accessible without resizing the window?
TIA -- Rock Doctor _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
