Re: where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread Andy Spencer
On 2014-02-26 21:55Z, major_ghz wrote: > i follow the begining of GTK-3 Reference Manual, but explan only for > an application in gtk3 > > not for write a litle wm. > > can you help me for begining this projet ? All the other people who told you not to do this are probably correct, but since you

Re: where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread Emilio Pozuelo Monfort
On 27/02/14 00:20, Emmanuele Bassi wrote: > hi; > > you really cannot use GTK+ to write a window manager. > > to be absolutely, brutally honest with you, you should not write a > window manager *at* *all* — not even a little one. > > if you want to experiment with window management policies, I s

Re: port Gtk 3.10 to windows

2014-02-26 Thread Tarnyko
narcisse doudieu siewe writes: Hello is there any Gtk3.10 port to Windows? I would like to enjoy the lastest classes GtkStack, GtkRevelear and GtkListBox in it. if not, how can I build it myself...(I'm a newbie in cross-compilation) thanks. Hi Narcisse, There are binaries available, please

Re: where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread Emmanuele Bassi
hi; you really cannot use GTK+ to write a window manager. to be absolutely, brutally honest with you, you should not write a window manager *at* *all* — not even a little one. if you want to experiment with window management policies, I suggest you look at Wayland and Weston, and ignore as much

Re: where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread Jasper St. Pierre
GTK+ is a toolkit for developing applications, not for developing WMs. In fact, GTK+ will very often get in the way of building a WM, because you can easily deadlock if you aren't careful. You should really build a WM with raw XCB or XLib. On Wed, Feb 26, 2014 at 4:55 PM, major_ghz wrote: > he

where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread major_ghz
hello, i follow the begining of GTK-3 Reference Manual, but explan only for an application in gtk3 not for write a litle wm. can you help me for begining this projet ? best regard, major. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https:/