Custom GtkTextBuffer objects - virtually impossible?

2015-03-27 Thread Mike Birch
I'm not an expert (or a particular fan) of MVC architecture but I thought the idea was to disengage the storage from the display. Writing a custom GtkTextBuffer should be relatively straight forward (or as straight forward as deriving a new GObject ever is) but having examined the source, it would

Re: GSoC idea: Support for APNG in gdk-pixbuf and EOG -- looking for a mentor

2015-03-27 Thread Felix Riemann
Am Mittwoch, den 18.03.2015, 05:41 +0100 schrieb Piotr Jurkiewicz: > Hi, Hi Piotr, > I want to propose my own idea for GSoC 2015, namely introduction of > support for Animated PNG in gdk-pixbuf and EOG. In order to do that I > need to find a mentor, who will guide my project and specify require

gtk_combo_box_set_wrap_width

2015-03-27 Thread Thiyagarajan, Nethaji
Hello, The function gtk_combo_box_set_wrap_width was working fine with GTK+ 2x, but not since version 3.x. I have latest version of GTK+3 updated on my system and when I print the combo box width using gtk_combo_box_get_wrap_width, the function prints 0 and not what I have set. I add my li