GtkLixbox, GtkTreeview possibilites

2016-10-10 Thread narcisse doudieu siewe
Hi every body, is it possible to anumate row insertion and deletion onGtkLixbox and more generaly in GtkTreeview? how canI do that? Best regards ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-l

Re: Gtk+4.0

2016-10-10 Thread Davin McCall
On 12/09/16 19:35, philip.chime...@gmail.com wrote: I won't have time to reply to this and Peter's new messages just now; but Davin, I'm curious to know if the plan from [1] addressed some of your concerns. [1] https://blog.gtk.org/2016/09/01/versioning-and-long-term-stability-promise-in-gtk/

It is not possible to successfully compile glib2.48.1 on windows

2016-10-10 Thread narcisse doudieu siewe
I everybody, I try to compile glib.2.48.1 on windows using Msys2but the "make" step failed with some error on "libcherset"as follows. doudi@DESKTOP-F8OGP91 MINGW32 /c/Users/doudi/Downloads/Gtk3/glib-2.48.2$ makemake  all-recursivemake[1] : on entre dans le répertoire « /c/Users/doudi/Downloads

Re: GtkLixbox, GtkTreeview possibilites

2016-10-10 Thread Emmanuele Bassi
Hi; On 12 August 2016 at 05:22, narcisse doudieu siewe wrote: > Hi every body, > > is it possible to anumate row insertion and deletion on > GtkLixbox and more generaly in GtkTreeview? how can > I do that? No, it's not possible. Ciao, Emmanuele. -- https://www.bassi.io [@] ebassi [@gmail.com

Re: Gtk+4.0

2016-10-10 Thread Peter Weber
On Wed, 14 Sep 2016 16:12:15 +0100, Davin McCall wrote: > I think removing deprecated API when incrementing the major version is > acceptable... That's is what I wonder about. I'm just pedantic and likely misreading this line: > When bumping to a new major version deprecated API will be removed.

Re: Gtk+4.0

2016-10-10 Thread Peter Weber
// edit: 4.0 -> 4.90 or 4.90 and 5.0 will less likely. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: It is not possible to successfully compile glib2.48.1 on windows

2016-10-10 Thread LRN
On 22.08.2016 3:26, narcisse doudieu siewe wrote: > > I everybody, > > I try to compile glib.2.48.1 on windows using Msys2 > but the "make" step failed with some error on "libcherset" > as follows. > I would advise you to run it like this: $ LANG=en_US make &>somefile.log and then attach part

Re: It is not possible to successfully compile glib2.48.1 on windows

2016-10-10 Thread Andrea Zagli
Il giorno lun 22 ago 2016 02:26:42 CEST, narcisse doudieu siewe ha scritto: I everybody, I try to compile glib.2.48.1 on windows using Msys2but the "make" step failed with some error on "libcherset"as follows. ... why don't you use the msys2 prebuilt package? _