Re: word wrap in liststore column

2010-06-27 Thread Florian Müllner
Hi, El dom, 27-06-2010 a las 18:19 +1000, Mick escribió: > Thanks, a clear answer to question 1 and 1.5 answers to question 2, I > didn't notice the gtk_tree... way ontil after I guessed how to gobject > set it, out of interest, which is better? Whichever looks better :-) Seriously, calling g_ob

Re: word wrap in liststore column

2010-06-27 Thread Mick
On Sun, 27 Jun 2010 05:19:51 +0200 Florian Müllner wrote: > Hi, > > El dom, 27-06-2010 a las 12:25 +1000, Mick escribió: > > I know that, I have searched but not found anything that says "this > > is how you set the properties of ..." > > ... an GObject: > http://library.gnome.org/devel/gobject

Re: word wrap in liststore column

2010-06-26 Thread Florian Müllner
El sáb, 26-06-2010 a las 20:35 -0700, Steve Harrington escribió: > This is a frustration I sometimes encounter. How do you know to do > this? I see nothing in the documentation for GtkCellRenderer or any of > it's antecedents that shows "wrap-width" or "wrap-mode" as a property. That's because

Re: word wrap in liststore column

2010-06-26 Thread Steve Harrington
On 06/26/2010 08:19 PM, Florian Müllner wrote: Hi, El dom, 27-06-2010 a las 12:25 +1000, Mick escribió: I know that, I have searched but not found anything that says "this is how you set the properties of ..." ... an GObject: http://library.gnome.org/devel/gobject/stable/gobject-The-

Re: word wrap in liststore column

2010-06-26 Thread Florian Müllner
Hi, El dom, 27-06-2010 a las 12:25 +1000, Mick escribió: > I know that, I have searched but not found anything that says "this is > how you set the properties of ..." ... an GObject: http://library.gnome.org/devel/gobject/stable/gobject-The-Base-Object-Type.html#g-object-set > what I'm trying t

Re: word wrap in liststore column

2010-06-26 Thread Steve Harrington
On 06/26/2010 07:25 PM, Mick wrote: On Sat, 26 Jun 2010 02:17:11 -0400 Tristan Van Berkom wrote: On Fri, Jun 25, 2010 at 8:44 PM, Mick wrote: I'm stuck again. I wish to set word-wrap for a single column in a treeview liststore, I've found the options I need to set but can't for th

Re: word wrap in liststore column

2010-06-26 Thread Mick
On Sat, 26 Jun 2010 02:17:11 -0400 Tristan Van Berkom wrote: > On Fri, Jun 25, 2010 at 8:44 PM, Mick wrote: > > I'm stuck again. > > > > I wish to set word-wrap for a single column in a treeview liststore, > > I've found the options I need to set but can't for the life of me > > find an example

Re: word wrap in liststore column

2010-06-25 Thread Tristan Van Berkom
On Fri, Jun 25, 2010 at 8:44 PM, Mick wrote: > I'm stuck again. > > I wish to set word-wrap for a single column in a treeview liststore, > I've found the options I need to set but can't for the life of me find > an example of how to do it. > I think the catch is that you need to set an explicit w