Re: GList empty after iteration?

2011-09-12 Thread Denis Washington
Am 12.09.2011 21:10, schrieb Craig: Hi All, I am confused about GList. My application is parsing a file and creating midi data with it. I am using GList to store the midi data. I have created a GtkListStore to view the parsed data (to insure I am parsing the data properly). So, below I

Re: gtk_tree_selection_select_iter after gtk_tree_store_append not working

2011-07-23 Thread Denis Washington
Am 23.07.2011 18:11, schrieb Kristian Rietveld: On Fri, Jul 22, 2011 at 8:40 PM, Denis Washingtonden...@online.de wrote: However, this doesn't work. Removing the if conditional and printing out gtk_tree_selection_get_selected (selection, NULL, NULL) right after select_iter reveals that only

Re: [GSoC] GtkBuilder + GBinding: Connecting transformation functions

2011-07-23 Thread Denis Washington
Am 20.07.2011 18:09, schrieb Denis Washington: Hi, As you might know, I have created a GTK+ branch on git.gnome.org (named gtkbuilder-gbinding) which adds a binding element to the GtkBuilder syntax for my GSoC project [1]. Now I would like to add support for specifying a transformation function

gtk_tree_selection_select_iter after gtk_tree_store_append not working

2011-07-22 Thread Denis Washington
the model buildup, if that matters; the model is, however, set as model of the tree view.) Regards, Denis Washington ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

[GSoC] GtkBuilder + GBinding: Connecting transformation functions

2011-07-20 Thread Denis Washington
Hi, As you might know, I have created a GTK+ branch on git.gnome.org (named gtkbuilder-gbinding) which adds a binding element to the GtkBuilder syntax for my GSoC project [1]. Now I would like to add support for specifying a transformation function from the source to the target property

GSoC 2011 branch: gtkbuilder-gbinding

2011-05-25 Thread Denis Washington
the simplest form of bindings offered by GLib's GBinding API [2] is currently supported, but support for all features offered by g_object_bind_property_full() is planned. Regards, Denis Washington [1] http://live.gnome.org/DenisWashington_GtkBuilder [2] http://developer.gnome.org/gobject/unstable

Re: GtkBuilder syntax for property bindings

2011-05-07 Thread Denis Washington
Am 07.05.2011 00:48, schrieb Matthew Barnes: On Fri, 2011-05-06 at 12:42 -0700, Christian Hergert wrote: Since GBinding, is itself, an object, why not just have the GBinding instance represented in the GtkBuilder XML. The normal object syntax might work as well: object classGBinding

GtkBuilder syntax for property bindings

2011-05-06 Thread Denis Washington
Hello, My name is Denis Washington, and I was selected as a Google Summer of Code student this year (yay!). My project is to add support for GObject property binding (a.k.a. GBinding [1]) to Glade; see [2] for my complete proposal. A core component of this work is a new bit of GtkBuilder

Re: GTK adjustement changes create incompatible behaviour between versions?

2008-09-21 Thread Denis Washington
Patryk Zawadzki wrote: On Fri, Sep 19, 2008 at 10:39 AM, Vincent Untz [EMAIL PROTECTED] wrote: If this is a major issue, we should either reach consensus that GTK+ should revert this ASAP or decide to fix all our .glade/.ui files now. The latter won't help with applications we don't