[Ilugc] Few clarifications!

Girish Venkatachalam girishvenkatachalam at gmail.com
Sun Nov 5 19:02:52 IST 2006


On Sun, Nov 05, 2006 at 03:34:45AM -0800, ???.????????????????????? wrote:
> 1) What is GTK? How is GTK related with GNOME?
> 2) What is QT? How is it related with KDE?

Localization folks are most well versed in these things.

Anyway I shall contribute my mite.

Usually applications are layered on top of libraries that expose an API. This makes stuff well layered, well organized and clean.

And nearly 75% of the logic and code rests with the library. This library may be statically or dynamically linked(two types of dyn linking), and can be shared blah blah blah

So QT library implements the bulk of the infrastructure that KDE uses.

GTK library does the same thing for GNOME.

regards,
Girish


More information about the ilugc mailing list