| Jukka-Pekka Suominen 2002-10-06, 5:24 am |
| fredu wrote:
> what are these things? some helplibararies for different x-based (or are
> they also for textbased?) programs? what are the differences between
> them and what do they include? any info is helpful!
They are libraries for X applications, although some of them (at least QT)
include also non-GUI functionality like network and database access
functions. The main difference between GTK and QT is that GTK is a
C-library, whereas QT is for C++ (although bindings for a dozen other
languages for both toolkits exists).
HTH,
-JP
|