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 the text.
>
> I don't want this to happen! How can I stop it?

Hi, have no idea about that, but considering that people are just
starting to use Gtk3 with Python and this question has hardly anything
to do with Python, you may want to ask in a Gtk+ mailing list/irc
channel.

HTH,

Tomeu

> --
> Greg
>
> This email may be confidential and subject to legal privilege, it may
> not reflect the views of the University of Canterbury, and it is not
> guaranteed to be virus free. If you are not an intended recipient,
> please notify the sender immediately and erase all copies of the message
> and any attachments.
>
> Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
> information.
> ___
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


[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

This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.

Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/