How do desktop environments work with X ? - Xwindows
This is a discussion on How do desktop environments work with X ? - Xwindows ; A desktop environment uses a gui toolkit to build it gui applications
gnome uses gtk and kde uses qt.
How do those gtk and qt work together with X ?...
-
How do desktop environments work with X ?
A desktop environment uses a gui toolkit to build it gui applications
gnome uses gtk and kde uses qt.
How do those gtk and qt work together with X ?
-
Re: How do desktop environments work with X ?
"Geiregat Jonas" wrote in
news
an.2003.07.21.11.47.00.359140@sdf-eu.org:
> A desktop environment uses a gui toolkit to build it gui applications
> gnome uses gtk and kde uses qt.
> How do those gtk and qt work together with X ?
The X Window System provides lower level window, graphics, and input
functions. There are also standard protocols like the ICCCM window
management protocols. The various toolkits provide higher level services
like GUI controls (pushbuttons, menus, etc.) and application frameworks. The
toolkits are all built on top of the X Window System.
Ken Lee, http://www.rahul.net/kenton/