Re: GtkTextView and GtkScrolledWindow

2008-02-24 Thread Barret Rennie
That fixed the problem. Thank-you, Mike! --Barret Rennie ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkTextView and GtkScrolledWindow

2008-02-24 Thread Mike Massonnet
Sorry, I misstyped around y (send) and t (To:). - Forwarded message from Mike Massonnet <[EMAIL PROTECTED]> - From: Mike Massonnet <[EMAIL PROTECTED]> To: Barret Rennie <[EMAIL PROTECTED]> Subject: Re: GtkTextView and GtkScrolledWindow On Sun, Feb 24, 2008 at 10:47:22AM -0600, Barret Ren

GtkTextView and GtkScrolledWindow

2008-02-24 Thread Barret Rennie
I have a Textview inside a ScrolledWindow. I set the ScrolledWindow to auto scroll vertical and never scroll horizontal. I also set the TextView to wrap with GTK_WRAP_WORD_CHAR. My problem is tha the control will resize itself horizontally instead of wrapping. It's the same problem as http://mail.

Re: Order of children in Box

2008-02-24 Thread jcupitt
On 23/02/2008, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > If I do foreach on a Box, will the order in which the children are retrieved > correspond to the order in which they were packed? How about get_children? I think so. Generally the most recently added child of any gtkcontainer is at the h