Re: GtkItemFactory stuff troubles

2010-01-24 Thread Ardhan Madras
Hi, At first as a standard procedure of course ;p, you may want to try to debug it, just enable debugging information when compiling, sometime with "nicely" gdb tell you which part making that mess. - Ardhan --- manutm...@gmail.com wrote: From: Manu TM To: GTK mailing list

Re: tree view question / hightlighting rows

2010-01-24 Thread Alexander Nagel
Hi, and thanks for your quick response. I have searched the archive, it seems I just overread it. It's hard to search for something but you don't know what to look for. Sometimes one need just a hint to the correct function. thanks Alexander Carlos Pereira schrieb: Alexander Nagel wrote:

Re: tree view question / hightlighting rows

2010-01-24 Thread Carlos Pereira
Alexander Nagel wrote: Hi, i have a treeview which displays a list of filenames in one column and other things in other columns. I can iterate successfully through the list. How can I highlight the current row? With "highlight" I mean that the row looks like selected by the user. For example,

Question about unstalbe release of Glib (2.23.x)

2010-01-24 Thread Tomasz Jankowski
Hello! I'd like to know, when are you going to include GDbus into the main Glib branch? Will it be ready for 2.24 release? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: multithreaded gtk app

2010-01-24 Thread Ardhan Madras
Hi, I rare to use GDK locks method on another thread, as it's described in GTK+ FAQ that X server receive command in batch mode, that's means command or request will not be send immediately, if you do GTK+ call on another thread except the main thread, GTK+ will now know how to send that comman

tree view question / hightlighting rows

2010-01-24 Thread Alexander Nagel
Hi, i have a treeview which displays a list of filenames in one column and other things in other columns. I can iterate successfully through the list. How can I highlight the current row? With "highlight" I mean that the row looks like selected by the user. My next question/problem then is: if

GtkItemFactory stuff troubles

2010-01-24 Thread Manu TM
Hi, I'm having troubles with GTkItemFactory stuff. So I've trimmed the buggy part of my app (about 5000 lines long) to something small. The problem is I get a segfault whenever I press to open the RSS Feed window immediately followed by to close the window so I think there is something wrong