dd jj wrote:
Can I implement this under different desktop enviroments(KDE,GNOME) with Xlib programming? Or it's toally impossible?

As my understanding,

The button in Gnome is built using GTK but that in KDE is built using Qt, they are different widgets belong to differen Toolkit, right? But since GTK and Qt are both based on Xlib, I am wondering whether we can handle this using lowest level Programming - xlib?

Any program using any toolkit - GTK, Motif, Xaw, Qt, whatever - should be able to run in any desktop (CDE, GNOME, KDE, Afterstep, etc.) or under any window manager. Pick whichever toolkit you want for your application - it may look out of place in a desktop mostly using other toolkits, but it should still work.



--
        -Alan Coopersmith-         [EMAIL PROTECTED]
         Sun Microsystems, Inc.    -     Sun Software Group
         User Experience Engineering: G11N: X Window System

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to