Next Previous Contents

3. GUI Toolkits

3.1 Concepts in the Table

Library

Common name or abbreviation of the toolkit.

Beginner

Whether the toolkit is suitable for a newbie programmer.

License

Different licenses for different GUI toolkits have practical significance. GTK+ and TK licenses allow you to develop both open source and closed source applications without paying for a license. Motif license requires payment, while the QT license requires payment only if you write closed source programs.

Language

The language that is most often used with the toolkit.

Bindings

Other languages which can use the toolkit.

Examples

Applications that use the toolkit.

Comments

Additional information on the toolkit.

3.2 Major GUI Toolkits


Library
BeginnerLicenseLanguageBindingsExamplesComments
TKYesFreeTCLPERL, Python, othersmake xconfig, TKDesk
GTK+NoFree (LGPL)CPERL, C++, Python, many othersGNOME, Gimp
QTNoFree for open sourceC++Python, PERL, C, others?KDE
MotifNoNon-freeC/C++Python, others?Netscape, Wordperfect

3.3 Links


Next Previous Contents