Re: [pygtk] GtkTextView widget insists on resizing itself

2011-03-25 Thread Tomeu Vizoso
On Fri, Mar 25, 2011 at 09:09, Gregory Ewing wrote: > I have a GtkTextView inside a GtkFrame which is > on a GtkLayout. > > In Gtk 2, if you typed more text than would fit > in the visible area of the widget, it would > auto-scroll. > > But in Gtk 3, the TextView *enlarges itself* to > accommodate

[pygtk] GtkTextView widget insists on resizing itself

2011-03-25 Thread Gregory Ewing
I have a GtkTextView inside a GtkFrame which is on a GtkLayout. In Gtk 2, if you typed more text than would fit in the visible area of the widget, it would auto-scroll. But in Gtk 3, the TextView *enlarges itself* to accommodate the text. I don't want this to happen! How can I stop it? -- Greg