GTK+
From Wikipedia, the free encyclopedia
| Please help improve this article or section by expanding it. Further information might be found on the talk page or at requests for expansion. (December 2007) |
GTK+, or The GIMP Toolkit, is a cross-platform widget toolkit for creating graphical user interfaces. It is one of the most popular toolkits for the X Window System, along with Qt and Motif.
GTK+ was initially created for the GNU Image Manipulation Program, a raster graphics editor, in 1997 by Spencer Kimball, Peter Mattis, and Josh MacDonald—all of whom were members of eXperimental Computing Facility (XCF) at UC Berkeley. Licensed under the LGPL, GTK+ is free software (and open source) and is part of the GNU Project.
Contents |
[edit] Programming languages
GTK+ uses the C programming language, although its design uses the GObject object system. The GNOME platform bindings provide for:
- C++ (gtkmm)
- Perl (Gtk2-perl)
- Ruby (ruby-gtk2)
- Python (PyGTK)
- Java (java-gnome) (not available for Microsoft Windows)
- C# (Gtk#)
Others have written bindings for many other programming languages (including Ada, D, Haskell, Ocaml, Pascal, PHP, Pike, Tcl, Euphoria and all .NET programming languages). GTK-server provides a stream-based IPC interface to GTK+ allowing it to be used from any language with I/O capabilities, including shell scripts. A complete list of bindings can be found at the GTK+ bindings page.
Languages purpose-written for GTK+ include GOB2 and Vala.
Unlike many other widget toolkits, but like Qt, GTK+ isn't based on Xt. The advantage of this is that it allows GTK+ to be available on other systems and to be much more flexible. The disadvantage is that it doesn't have access to the X resources database, which is the traditional way for customizing X11 applications.
[edit] Platforms
GTK+ was originally targeted at the X Window System, and this remains its primary target platform. Other targeted platforms are Microsoft Windows (Windows 2000 and upwards, near complete support), DirectFB, and Quartz (Mac OS X v10.4 and upwards, still under development).
[edit] Look and feel
The end-user can configure the look of the toolkit, down to offering a number of different display engines. Engines exist which try to emulate the look of other popular toolkits or platforms, like Windows 95, Motif, Qt or NEXTSTEP.
[edit] Environments that use GTK+
- wxWidgets, a cross-platform GUI toolkit which uses GTK+ when compiled for Unix systems [1].
- The GNOME environment uses GTK+ as a base, which means that programs written for GNOME use GTK+ as their toolkit.
- Xfce also uses it as its base, though its applications typically do not depend on as many libraries. (This is the difference between something being branded as a “GNOME program” and as a “GTK+ program”.)
- ROX Desktop a lightweight desktop, with features from the GUI of RISC OS
- GPE Palmtop Environment
- Maemo (Nokia's Internet-tablet framework)
- Access Linux Platform (successor of the Palm OS PDA platform)
- One Laptop Per Child project uses GTK+ and PyGTK.
- OpenMoko - Open mobile platform
Those desktop environments, however, are not required to run GTK+ programs. If the libraries the program requires are installed, a GTK+ program can run on top of other X11-based environments such as KDE or an X11-plus-window manager environment; this includes Mac OS X if X11.app is installed. GTK+ can also run under Microsoft Windows, used by some popular cross-platform applications like Pidgin, as well as The GIMP itself. Some of the more unusual ports include DirectFB and ncurses.
[edit] Window managers
Both Metacity and Xfwm4 use GTK+ 2.
[edit] Non-graphics-related code
GTK+ initially contained some utility routines that did not strictly relate to graphics, for instance providing such data structures as linked lists and binary trees. Such general utilities, along with the object system called GObject, have now migrated into a separate library, Glib, which programmers can use to develop code that does not require a graphical interface.
[edit] GTK+ 2
GTK+ 2 has succeeded GTK+ 1. Its new features include improved text rendering using Pango, a new theme engine, improved accessibility using the Accessibility Toolkit, complete transition to Unicode using UTF-8 strings and a more flexible API. However, GTK+ 2 lacks compatibility with GTK+ 1, and programmers must port applications to it.
Starting with version 2.8, GTK+ 2 depends on the Cairo library for rendering with vector graphics in GTK+ 2.
[edit] GTK+ development
Software development with GTK+ is somewhat systematic[citation needed], in that handcoding simple and complex graphical elements is very repetitive. Moreover, this process is so systematic that a program, called Glade, allows one to develop graphical applications with an easy to use visual center, such as that used with Visual Basic.
[edit] Future developments
Project Ridley is an attempt to consolidate several libraries that are currently external to GTK+, including: libgnome, libgnomeui, libgnomeprint22, libgnomeprintui22, libglade, libgnomecanvas, libegg, libeel and gtkglext.[1]
[edit] See also
| Free software Portal |
[edit] References
[edit] External links
- GTK+ homepage
- Foundations of GTK+ Development, book on GTK+ 2 development
- Curses backend for GTK+
ca:GTK cs:GTK+ da:GIMP Toolkit de:GIMP-Toolkit el:GTK+ es:GTK+ eo:GTK+ eu:GTK fr:GTK+ ko:김프 툴킷 it:GTK+ lt:GTK hu:GTK+ nl:GTK+ no:GTK+ ja:GTK+ pl:GTK+ pt:GTK ro:GTK+ ru:GTK+ sk:GTK+ fi:GTK+ sv:GTK+ th:จีทีเคพลัส tr:GIMP Toolkit zh:GTK+
Categories: Articles to be expanded since December 2007 | All articles to be expanded | All articles with unsourced statements | Articles with unsourced statements since December 2007 | GNU project | GTK | GNU project software | Widget toolkits | Application programming interfaces | Software development | Free development toolkits and libraries | X-based libraries | Free software programmed in C

