GTK+
From Wikipedia, the free encyclopedia
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 | Articles to be expanded since February 2008 | GNU project | GTK | GNU project software | Widget toolkits | Application programming interfaces | Free development toolkits and libraries | X-based libraries | Free software programmed in C
|
"Gtk#" redirects here. For the .Net bindings to GTK+, see Gtk Sharp.
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.
Programming languagesGTK+ uses the C programming language, although its design uses the GObject object system. The GNOME platform provides bindings for:
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. PlatformsGTK+ 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). Look and feelThe 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. Environments that use GTK+
Screenshot of The GIMP 2.0. GTK+ is responsible for managing the interface components of the program, including the menus, buttons, input fields, etc.
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. Window managersBoth Metacity and Xfwm4 use GTK+ 2. Non-graphics-related codeGTK+ 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. GTK+ 2GTK+ 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. GTK+ developmentSoftware 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 several programs, like Glade or Gazpacho, allow one to develop graphical applications with an easy to use visual center, such as that used with Visual Basic. Release history
Future developmentsProject 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] See alsoReferencesExternal links
ca:GTK cs:GTK+ da:GIMP Toolkit de:GTK+ el:GTK+ es:GTK+ eo:GTK+ eu:GTK fr:GTK+ ko:김프 툴킷 it:GTK+ lt:GTK hu:GTK+ nl:GTK+ ja:GTK+ no:GTK+ pl:GTK+ pt:GTK ro:GTK+ ru:GTK+ sk:GTK+ fi:GTK+ sv:GTK+ th:จีทีเคพลัส tr:GIMP Toolkit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


