Re: drawing colored lines

2010-06-15 Thread N James Bridge
sorry - wrong code! -- N James Bridge ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: drawing colored lines

2010-06-15 Thread N James Bridge
On Mon, 2010-06-14 at 21:15 +0100, N James Bridge wrote: > Hi all > > I have been experimenting with GtkDrawingArea, drawing mathematical > functions. Can anyone tell me how to change the foreground color (to > red, say)? I have found the answer... gtk_widget_modify_fg () Supplementary question