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 <[email protected] > wrote: > 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 > [email protected] > https://mail.gnome.org/mailman/listinfo/gtk-devel-list > -- Jasper
_______________________________________________ gtk-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-devel-list
