Making rows bold in GtkTreeView

2007-09-24 Thread Kieran Clancy
Hi, I am trying to make one row of a GtkTreeView bold, following the tutorial at: http://scentric.net/tutorial/ (http://scentric.net/tutorial/sec-treeview-col-whole-row.html) In the list store I have a string field which is displayed in the column, and a boolean field which should make the text

Re: Making rows bold in GtkTreeView

2007-09-24 Thread Kieran Clancy
On 25/09/2007, Kristian Rietveld [EMAIL PROTECTED] wrote: On Mon, Sep 24, 2007 at 06:30:36PM +0930, Kieran Clancy wrote: In the list store I have a string field which is displayed in the column, and a boolean field which should make the text bold or not. In the code linked, if I set

RFC: Graphing widgets for GTK+

2007-06-29 Thread Kieran Clancy
Hi, (I hope this is the right place to post this.) I am in my uni break for the next 3 weeks and am interested in doing some big development on GTK. One thing I thought seemed lacking in GTK is a set of widgets for easily producing simple graphs. I've written up a rationale and a fairly

Re: RFC: Graphing widgets for GTK+

2007-06-29 Thread Kieran Clancy
On 29/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On 6/29/07, Kieran Clancy [EMAIL PROTECTED] wrote: Any comments would be very appreciated. I realise this isn't quite what you're targetting, but gtkplot (from gtkextra) redone on top of one of the nice new cairo canvas widgets would

Re: RFC: Graphing widgets for GTK+

2007-06-29 Thread Kieran Clancy
On 29/06/07, Michael Lawrence [EMAIL PROTECTED] wrote: That's a very nice outline. One comment I have is that scientific applications often need to plot large amounts of data and require substantial interactivity. Traditional canvas designs are probably not efficient for this purpose (ie