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

2009-08-12 Thread Kristian Rietveld
Hello, On Wed, Aug 12, 2009 at 2:32 AM, Grumpy Buffalogrumpybuffalo+...@gmail.com wrote: Hi, I am working on a C++ GTK project. I have a GtkTreeView containing several columns. In the first column, I have packed in 3 cell renderers - the first, a GtkCellRendererToggle; the second, a

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

2009-08-12 Thread Grumpy Buffalo
Hi, I understand why this behavior occurs; I do realize that it would be what is wanted in most circumstances. In this particular case, selecting the row causes one action to occur and toggling the checkbox causes another action to occur. Because all of the cell renderers are considered one

Re: Outdated dependencies at ftp.gnome.org

2009-08-12 Thread Hartmut Goebel
Tor Lillqvist schrieb: (Repackaging that then from RPMs to ZIP files like the ones currently on ftp.gnome.org could be mostly trivially automated, and will be done soonish I think.) I would appreciate this :-) Many thanks for the quick package update anyway :-) There seams to be no

Re: GDK + GLib main loop

2009-08-12 Thread Carlos Pereira
Mihai Draghicioiu wrote: I have found the way. Here is my code. Any idea where I can post it as a tutorial? Gtk Forums? they have a section specifically for Gtk example code: http://www.gtkforums.com/forum-15.html http://www.gtkforums.com/ Carlos #include stdlib.h #include glib.h #include

Regarding example code (was Why is ChangeValue reentrant)

2009-08-12 Thread Boggess Rod
Well, I was going to post a simple case showing the problem. Only, it works in the simple case. This just keeps getting more and more bizarre. I created a top level window, added an hscale, and the change-value signal hander. Inside the signal handler, I create a message dialog, do a

Re: GDK + GLib main loop

2009-08-12 Thread Mihai Draghicioiu
Not sure where on the wiki to post... any hints? On Wed, Aug 12, 2009 at 8:52 AM, Emmanuel Rodriguez emmanuel.rodrig...@gmail.com wrote: You can submit your code to be included with the examples of gtkglarea or use the GNOME wiki (http://live.gnome.org/). -- Emmanuel Rodriguez