GDK contains back-ends to X11, Wayland, Broadway (HTTP), Quartz, and GDI and relies on Cairo for the rendering. Its new SceneGraph is work-in-progress.
The GTK library contains a set of graphical control elements (widgets); version 3.22.16 contains 186 active and 36 deprecated widgets.[7] GTK is an object-orientedwidget toolkit written in the programming language C; it uses GObject, that is the GLib object system, for the object orientation. While GTK is mainly for windowing systems based on X11 and Wayland, it works on other platforms, including Microsoft Windows (interfaced with the Windows API), and macOS (interfaced with Quartz). There is also an HTML5 back-end named Broadway.[8][9]
GTK can be configured to change the look of the widgets drawn; this is done using different display engines. Several display engines exist which try to emulate the look of the native widgets on the platform in use.
Starting with version 2.8, released in 2005, GTK began the transition to using Cairo to render most of its graphical control elements widgets.[10] Since GTK version 3.0, all rendering is done using Cairo.[11]
On 26 January 2018 at DevConf.cz, Matthias Clasen gave an overview of the current state of GTK 4 development, including a high-level explanation of how rendering and input worked in GTK 3, what changes are being made in GTK 4 (>3.90), and why.[12] On 6 February 2019 it was announced that GTK 4 will drop the “+” from the project's name.[2]
GTK Drawing Kit (GDK)Edit
GDK acts as a wrapper around the low-level functions provided by the underlying windowing and graphics systems.
GDK is found in the /gdk directory.
GTK Scene Graph Kit (GSK)Edit
GSK is the rendering and scene graph API for GTK. GSK lies between the graphical control elements (widgets) and the rendering. GSK was finally merged into GTK version 3.90 released March 2017.
GSK is found in the /gsk directory.
GtkInspectorEdit
GtkInspector was introduced with version 3.14.[13][14]
GtkInspector can only be invoked after installing the development package libgtk-3-dev/gtk+-devel.
GUI designersEdit
There are several GUI designers for GTK. The following projects are active as of July 2011:
Glade, supports GtkBuilder, which is a GTK built-in GUI description format.
Gazpacho, GUI builder for the GTK toolkit written in Python[15]
Crow Designer, relies on its own GuiXml format and GuiLoader library.[16]
Lazarus on Linux defaults to interfacing with GTK 2
GtkBuilderEdit
GtkBuilder allows user interfaces to be designed without writing code. The interface is described in an Extensible Markup Language (XML) file, which is then loaded at runtime and the objects created automatically. The Glade Interface Designer allows creation of the user interface in a what you see is what you get (WYSIWYG) manner. The description of the user interface is independent from the programming language being used.
Gtk# is a set of .NET Framework bindings for the GTK graphical user interface (GUI) toolkit and assorted GNOMElibraries. The library facilitates building graphical GNOME applications using Mono or any other compliant Common Language Runtime (CLR). Gtk# is an event-driven system like any other modern windowing library where every widget allows associating handler methods, which get called when certain events occur.
Applications built using Gtk# will run on many platforms including Linux, Windows and macOS. The Mono packages for Windows include GTK, Gtk# and a native theme to make applications look like native Windows applications. Starting with Mono 1.9, running Gtk# applications on macOS no longer requires running an X11 server.[19]
In addition to support the standard GTK/GNOME stack of development tools, the gtk-dotnet.dll assembly provides a bridge to consume functionality available on the .NET stack. At this point this includes the functionality to use System.Drawing to draw on a widget.
As of September 2020[update], Gtk# support for Gtk3 remains in the preview phase and forked projects, such as GtkSharp, have been founded to provide full Gtk3 support for C# and other CLI languages. The lack of a released version of Gtk# with support for Gtk3 was cited as a reason to remove the Banshee media player in Ubuntu 12.04.[20]
DevelopmentEdit
GTK is mainly developed by The GNOME Project, which also develops the GNOME Development Platform and the GNOME Desktop Environment.[21]
GTK development is loosely managed. Discussion chiefly occurs on several public mailing lists.[22] GNOME developers and users gather at an annual GNOME Users And Developers European ConferenceGUADEC meeting to discuss GNOME's current state and future direction.[23] GNOME incorporates standards and programs from freedesktop.org to better interoperate with other desktops.
On 1 September 2016 a post on the GTK development blog denoted, among other things, the future numbering scheme of GTK.[25] GTK version 3.22, released in Autumn 2016, was planned to be the last 3.x release, although version 3.24 followed in Fall 2018 with the delay of GTK 4.[26]
The development of GTK 4 used version names 3.90, 3.92, etc. until the first GTK 4.0 stable release was launched in December 2020.[27] Despite the first stable GTK 4 release, some applications using GTK still rely on GTK 2. For example, as of January 2022, GIMP is still being ported to GTK 3.[28]
Since 14 Aug 2017, the master branch of GTK has been built with Meson, and the Autotools build system files have been dropped.[29]
CriticismEdit
The most common criticism of GTK is the lack of backward-compatibility in major updates, most notably in the application programming interface (API)[30] and theming.[31]
The compatibility breaks between minor releases during the GTK 3.x development cycle was explained by Benjamin Otte as due to strong pressures to innovate, such as providing the features modern users expect and supporting the increasingly influential Wayland display server protocol. With the release of GTK 4, the pressure from the need to innovate will have been released and the balance between stability and innovation will tip toward stability.[32] Similarly, recent changes to theming are specifically intended to improve and stabilise that part of the API, meaning some investment now should be rewarded later.
Dirk Hohndel, codeveloper of Subsurface and member of Intel's Open-Source Technology Center, criticized the GTK developers for being abrasive and ignoring most community requests.[33]
Hong Jen Yee, developer of LXDE (the GTK version of which was dropped and all efforts focused on the Qt port), expressed disdain for version 3 of the GTK toolkit's radical API changes and increased memory usage, and ported PCMan File Manager (PCManFM) to Qt. PCManFM is being developed with a GTK and with a Qt backend at the same time.[34]
The Audacious music player moved to Qt in version 3.6.[35] The reasons stated by the developers for this include a transition to client-side window decorations, which they claim cause the application to look "GNOME-y and out of place."[36]
Wireshark has switched to Qt due to not having a good experience with GTK's cross-platform support.[37]
UseEdit
The GTK support for Wayland, co-requisites applications to be adapted to Wayland also
Screenshot of GIMP 2.8 - GTK is responsible for managing the interface components of the program, including the menus, buttons, and input fields.
ApplicationsEdit
Some notable applications that use GTK as a widget toolkit include:
GTK programs can be run on desktop environments based on X11 and Wayland, or window managers even those not made with GTK, provided the needed libraries are installed; this includes macOS if X11.app is installed. GTK can be also run on Microsoft Windows, where it is used by some popular cross-platform applications like Pidgin and GIMP. wxWidgets, a cross-platform GUI tool-kit, uses GTK on Linux by default.[38] Other ports include DirectFB (used by the Debian installer, for example) and ncurses.[39]
For syntax highlighting there is GtkSourceView, "source code editing widget". GtkSourceView is maintained by GNOME separately from GTK as a library: gtksourceview. There are plans to rename to gsv.
GtkSpellEdit
GtkSpell is a library separate from GTK. GtkSpell depends on GTK and Enchant. Enchant is a wrapper for ispell, hunspell, etc., the actual spell checker engine/software. GtkSpell uses GTK's GtkTextView widget, to highlight misspelled words and offer replacement.
gtkspell.sourceforge.net
ExampleEdit
Documentation is available here:
developer.gnome.org/gtk4/stable/
The following code presents a graphical GTK hello-world program in the C programming language. This program has a window with the title "Hello, world!" and a label with similar text.
// helloworld.c#include<gtk/gtk.h>/* Callback that will be called when the application is activated */staticvoidactivate_callback(GApplication*app,gpointeruser_data){GtkWidget*window;GtkWidget*label;/* Create the main, top level window */window=gtk_window_new();/* Give it the title */gtk_window_set_title(GTK_WINDOW(window),"Hello, world!");/* Set the window's default size */gtk_window_set_default_size(GTK_WINDOW(window),200,100);/* Assign the variable "label" to a new GTK label, * with the text "Hello, world!" */label=gtk_label_new("Hello, world!");/* Plot the label onto the main window */gtk_window_set_child(GTK_WINDOW(window),label);/* Make the application aware of the window. * The application process will continue to run until all * windows are closed */gtk_application_add_window(GTK_APPLICATION(app),GTK_WINDOW(window));/* Make sure that everything, window and label, are visible */gtk_widget_show(window);}intmain(intargc,char*argv[]){/* Create our test application */GtkApplication*application=gtk_application_new("org.wikipedia.gtktest",0);/* Connect our handler to the "activate" callback, which will be called * when the application is activated by the user, e.g. on first start */g_signal_connect(application,"activate",G_CALLBACK(activate_callback),NULL);/* Run the application and return its status */returng_application_run(G_APPLICATION(application),argc,argv);}
Needs installing the libraries first in Debian or derivatives:
$ sudo apt-get install libgtk-4-dev
Using pkg-config in a Unix shell, this code can be compiled with the following command:
$ cc -Wall $(pkg-config --cflags --libs gtk4) helloworld.c -o helloworld
Invoke the program:
$ ./helloworld
HistoryEdit
LinuxEdit
GTK was originally designed and used in the GNU Image Manipulation Program (GIMP) as a replacement of the Motif toolkit; at some point Peter Mattis became disenchanted with Motif and began to write his own GUI toolkit named the GIMP toolkit and had successfully replaced Motif by the 0.60 release of GIMP.[40] Finally GTK was re-written to be object-oriented and was renamed GTK+.[41] This was first used in the 0.99 release of GIMP. GTK was subsequently adopted for maintenance by the GNOME Foundation, which uses it in the GNOME desktop environment.
The GTK 2.0.0 release series introduced new features which include improved text rendering using Pango, a new theme engine, improved accessibility using the Accessibility Toolkit, transition to Unicode using UTF-8 strings, and a more flexible API. Starting with version 2.8, GTK 2 depends on the Cairo graphics library for rendering vector graphics.
GTK version 3.0.0 included revised input device handling, support for themes written with CSS-like syntax, and the ability to receive information about other opened GTK applications.
The '+' was dropped returning to simply 'GTK' in February 2019 during a Hackathon.[42]
After GTK 2.24.10 and 3.6.4 Development of Windows with Installer was closed by Gnome. Installation of MSYS2 on Windows is a good way to use actual GTK.[45]
GTK 2.24.10 and 3.6.4 is available in Internet, but very buggy and limited against actual versions.[46][47]
A version for Windows 64-bit is prepared by Tom Schoonjans with 2.24.33 (actual like Linux) and 3.24.24 (actual like Linux) from January 2021 available.[48]
Windows 10's Fall Creators Update includes Windows Subsystem for Linux (WSL). With Linux distributions like Ubuntu or Debian available from the Microsoft Store and an X server like Xming or VcXsvr, thousands of programs like GTK 2 or 3 can run with X or terminal support.
OpenVMSEdit
HP stated that their goal was to merge the needed OpenVMS changes into the GTK Version 1.3 development stream,[49] however this never materialised. The latest version of GTK for OpenVMS is version 1.2.10.[50]
GTK 4Edit
One of the cardinal novelties implemented during the GTK 4 development cycle (i.e. GTK 3.92, etc.) has been the delegation of functionality to ancillary objects instead of encoding it into the base classes provided by GTK.
the event handling from signal handlers described by GtkWidget is delegated to event controllers
the rendering is delegated to GtkSnapshot objects
the layout mechanism from GtkWidget is delegated to GtkLayoutManager
In 2018-Jan-26 at DevConf.cz Matthias Clasen gave an overview of the then current state of GTK 4 development, including a high-level explanation of how rendering and input worked in GTK 3, what changes were being made to GTK 4, and the reasons for those changes. Examples of things that have become possible with GTK 4 were given as well.[51]
To remove much of the necessary IPC between the X11 application and the X11 server, GDK is rewritten (mainly by Alexander Larsson) to use "client-side windows", i.e., the GdkWindow, which every widget must have, belongs now to the client
The gtk4-builder-toolsimplify command has gained a --3to4 option to convert GTK3 ui files to GTK4; though with AMTK menus, toolbars or other objects like GtkShortcutsWindow are created programmatically (not with a *.ui file), but with convenient APIs.[105]
GtkWidget can now use a GtkLayoutManager for size allocation
layout managers can optionally use layout children holding layout properties
GtkBinLayout, GtkBoxLayout, GtkGridLayout, GtkFixedLayout and GtkCustomLayout are currently available
more layout manager implementations will appear in the future
Focus handling has been rewritten, and focus-change event generation has been unified with crossing events
Events have been simplified and are just used for input:
expose events have been replaced by a GdkSurface::render signal
configure events have been replaced by a GdkSurface::size-changed signal
map events have been replaced by a GdkSurface::mapped property
gdk_event_handler_set has been replaced by a GdkSurface::event signal
Introduced successor to Accessibility Toolkit (ATK).[108] The new approach will implement WAI-ARIA (World Wide Web Consortium (W3C) Accessibility Initiative – Accessible Rich Internet Applications).
Updated headers to use standard C types instead of GLib types
GDK – the GIMP Drawing Kit lies between the xlib and the GTK library, handling basic rendering such as drawing primitives, raster graphics (bitmaps), cursors, fonts, as well as window events and drag-and-drop functionality
^"Nothing-personal - A development site for Crow Designer, GuiLoader and Rally - Google Project Hosting". Archived from the original on 24 January 2013. Retrieved 17 February 2014.
^The GTK+ Team. "GTK+ Language Bindings". www.gtk.org. Archived from the original on 25 May 2019. Retrieved 3 June 2017.
^ ab"Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono: mono/gtk-sharp". 16 November 2019 – via GitHub.
^"GTK+ TTY Port". Slashdot. Retrieved 31 August 2010.
^"LinuxWorld - Where did Spencer Kimball and Peter Mattis go?". Archived from the original on 17 April 1999. Retrieved 19 August 2013.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
^"What is the + in GTK+?". 2011. Archived from the original on 26 March 2012. Retrieved 18 March 2014.
^"Rename some references to GTK+ (d080be3e) · Commits · GNOME / gtk". gitlab.gnome.org.
^"GTK+ for Windows Runtime Environment Installer (fork from http://gtk-win.sourceforge.net): tschoonj/GTK-for-Windows-Runtime-Environment-Installer". 19 November 2020 – via GitHub.
^Clasen, Matthias (22 March 2015). "GTK+ 3.16.0 released". GNOME Mail Services (Mailing list). Retrieved 20 May 2019.
^online, heise. "Linux-Desktop: Neues Gnome zeigt Nachrichten oben". heise online. Retrieved 3 June 2017.
^"GTK+ 3.16.0 released". mail.gnome.org. Retrieved 3 June 2017.
^Nestor, Marius (24 September 2015). "GTK+ 3.18.0 Officially Released as Part of the GNOME 3.18 Desktop Environment". Softpedia. Retrieved 25 May 2019.
^Clasen, Matthias (21 March 2016). "GTK+ 3.20". GNOME Mail Services (Mailing list). Retrieved 20 May 2019.
^"GTK+ 3.20 – Style Classes and Element Names". 20 November 2015.
^Clasen, Matthias (21 September 2016). "GTK+ 3.22 released". GNOME Mail Services (Mailing list). Retrieved 20 May 2019.
^"GTK+ Wayland tablet support is merged – Carlos Garnacho".