gtk_main() at level 0 and gtk_file_chooser_dialog_new

2012-09-19 Thread Alan
Hi, I use a GTK+ application where we mainly enter (with gtk_main()) and leave (with gtk_main_quit()) the gtk main event loop at level 0. That means that most of time we don't increase the gtk main loop level by calling recursively gtk_main(). We use gui between calls of

Re: gtk_main() at level 0 and gtk_file_chooser_dialog_new

2012-09-19 Thread Alan
This is the attachment /*- * Filename: gtk-test.c * Version: 0.2 * Author:Alan Layec alan.la...@cermics.enpc.fr * Description: GTK+ gtk_file_chooser_dialog_new example * Created at:Thu Sep 13

Re: gtk_tree_view/store, best way to select all nodes of a branch

2012-09-19 Thread Arne Pagel
Thanks, for this hint Arne ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK window positioning

2012-09-19 Thread Michael Cronenworth
David Buchan wrote: gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_NONE); [snip] I find that the two windows are always placed right on top of each other. I can drag the top one off the one underneath, but I'd like the window manager to choose placements that are separate.

Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread Arne Pagel
Dear all, I have an application where I use a tree-view to display some data from an external hardware. Different Objects can be added or removed to the treestore, each existing object in the treestore has a specific id which is used to get data over some communication interface. It can

Re: Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread David Nečas
On Wed, Sep 19, 2012 at 09:44:28PM +0200, Arne Pagel wrote: I have an application where I use a tree-view to display some data from an external hardware. Different Objects can be added or removed to the treestore, each existing object in the treestore has a specific id which is used to get

Removing stale dconf keys

2012-09-19 Thread Clinton Rogers
Hi, My name is Clint, and I'm one of the developers working on Shotwell. As part of preparing a fix that migrated our dconf keys away from /apps/ and into an officially-blessed location under /org/yorba/, we recently discovered that there didn't appear to be any way to delete the data in the old