GTK+ 2.99.2 released

2011-01-12 Thread Matthias Clasen
GTK+ 2.99.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.99/ http://download.gnome.org/sources/gtk+/2.99/ fca4b39359e7ab9532aaf826518ef5d3f6ba5174799883f8b0975783f76db4ad gtk +-2.99.2.tar.bz2 97c55a876ccf4e1f267636797399ddea58fde4e8a2e291692d263affe356af22 gtk +-2.99.2.tar.gz

Application path

2011-01-12 Thread John Emmas
Browsing through glib/gutils.c this morning, I noticed a function called g_get_application_name() which will return the application's name (e.g. "my_app" on Linux, or "my_app.exe" on Windows). Is there any similar function that would tell me the full path to the application - e.g. "/usr/bin/my

Example of Undo/Redo GtkSourceView 2.0

2011-01-12 Thread craigbakalian
Hi, Is there an example of an implementation of undo/redo with GtkSourceView 2.0? I would appreciate examining one to facilitate undo/redo in a project of mine. Craig Bakalian ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mai

gtk_tree_model_sort_real_unref_node and gtk_tree_model_filter_real_unref node critical

2011-01-12 Thread Nicolas Soubeiran
Hello all, I debug an old code with a treeview that display a "sorted filtered" list : i.e the model displayed is a GtkTreeModelSort whose child is a GtkTreeModelFilter whose child is a GtkListStore. An analogy can be a file explorer that can be sorted and where user can toggle "show/hide hidden f