Re: outstream question [i think]

2009-08-24 Thread Siddu
2009/8/25 > Hello, > Let me start out by saying that I am new to linux, c/c++, gtk+, and mysql. > > The eventual goal is to create a program to log incidents at an aquatic > facility. As of right now, I am just trying to write some small simple > things to stretch out my [programming] legs. > > A

outstream question [i think]

2009-08-24 Thread devlin
Hello, Let me start out by saying that I am new to linux, c/c++, gtk+, and mysql. The eventual goal is to create a program to log incidents at an aquatic facility. As of right now, I am just trying to write some small simple things to stretch out my [programming] legs. At this point, I have

GTK+ 2.17.9 released

2009-08-24 Thread Matthias Clasen
GTK+ 2.17.9 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.17/ http://download.gnome.org/sources/gtk+/2.17/ md5 sums: 44323cc81628be422c59059086e33353 gtk+-2.17.9.tar.bz2 83231ec75cee1ec922812489bad95411 gtk+-2.17.9.tar.gz sha1 sums: 45f58a43268d106e967eef4e81ccb1965f03e4f3 g

GLib 2.21.5 released

2009-08-24 Thread Matthias Clasen
GLib 2.21.5 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.21/ http://download.gnome.org/sources/glib/2.21/ md5 sums: 5f3f19c4a8088c51e21cad5b8ea166e5 glib-2.21.5.tar.bz2 c3a620c264c8edb0ed72b3e9be17a2cb glib-2.21.5.tar.gz sha1 sums: acb983c293c4f5cf7cb117f7574a61c7d09db2fd

Re: csv (comma separated value) file

2009-08-24 Thread Murray Cumming
On Tue, 2009-08-04 at 11:49 +0200, Nicola Fragale wrote: > Il 04/08/2009 08:59, Andrea Zagli ha scritto: > > Il giorno lun 03 ago 2009 18:03:43 CEST, Andrea Zagli ha scritto: > >> i didn't find nothing about to manage (read/write) csv files with glib > >> > >> do you know about something that i did

Re: GtkCellRendererToggle toggles when clicking on other cell renderers in same column

2009-08-24 Thread Praveen Innamuri
I had a similar problem (clicking on the text in GtkCellRendererText causes the 'toggled' event to fire), and I circumvent the problem by setting GtkCellRendererText to be activable cell using API - g_object_set (pixbufRenderer, mode, GTK_CELL_RENDERER_MODE_ACTIVATABLE, 0); Now, that column has 2