Quoting Chris Humphries <[EMAIL PROTECTED]>: > never coded xlib stuff with xt and xaw or even looked at > any code snippits of it, that was interesting. > > who uses xlib and xt nowadays with gtk or qt? (survey?) > heh
Xt isn't a "real" toolkit, it is an abstraction layer, somewhat like GDK is to GTK. It does all the primitives tasks for the toolkit, things like event handling/filtering, timeouts, input/signal/resource management, basic window geometry handling, etc. Unfortunately there aren't too many toolkits based on Xt, basically Motif and Xaw. I use Xaw, and have been mantaining the version distributed with XFree86 for some years. Since I am working alone on it (mostly in my free time), there aren't too many improvements because I am only working in the Text widget and xedit. But anybody is free to help. There is a really large amount of things to be done, from simple tasks like optimization and bug hunting, to some complex tasks like making Xaw multi-thread safe or fully internationalized. There are some relatively complex things that I would like to see, including support to render (transparent widgets and antialised text support wouldn't be a bad idea), xcursor, etc. > thank, > chris > > Bharathi S writes: > > Today at 4:47pm, Yo mailed to Me too : > > > > > Hello, I am a now Spanish :) member of the list and i wanted info > about > > > programming in x11: if in archives list there are some tutorials or > some > > > web. > > > > http://www.kerguelen.org/x/index.html > > http://www.rahul.net/kenton/ > > http://www.tronche.com/gui/x/xlib-tutorial/ > > > > HTH, Enjoy :) > > -- > > Bharathi S, IndLinuX Team, (__) > > DONLab, TeNeT Group, oo / > > IIT-Madras, Chennai-INDIA. (_/\ Paulo _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
