Search results
Results from the WOW.Com Content Network
GTK (formerly GIMP ToolKit [2] and GTK+ [3]) is a free software cross-platform widget toolkit for creating graphical user interfaces (GUIs). [4] It is licensed under the terms of the GNU Lesser General Public License, allowing both free and proprietary software to use it.
The GNOME Project, i.e. all the people involved with the development of the GNOME desktop environment, is the biggest contributor to GTK, and the GNOME Core Applications as well as the GNOME Games employ the newest GUI widgets from the cutting-edge version of GTK and demonstrates their capabilities.
Download QR code; Print/export Download as PDF; Printable version; In other projects Wikidata item; Appearance. ... gtk.main Notable applications that use RGtk2
On 3 July 2013 Hong announced a Qt port of the full LXDE suite, [11] and on 21 July Razor-qt and LXDE announced that they would merge the two projects. [ 12 ] [ 13 ] [ 14 ] This merger meant that the GTK and the Qt versions would coexist for some time but, eventually, all original team efforts focused on the Qt port, LXQt .
The GTK-server provides a stream-oriented interface to GTK.If the GTK-server is compiled as a standalone program binary, it allows five different interfaces: standard input (stdin), first in, first out (FIFO) (), inter-process communication (IPC) (message queue), Transmission Control Protocol (TCP), or User Datagram Protocol (UDP).
Gtk2-Perl is a set of wrappers for the Perl programming language around the GTK and further GNOME libraries. Gtk-Perl is free and open-source software licensed under the GNU Lesser General Public License (LGPL) version 2.1. Developers and interested parties can usually be found on the IRC channel #gtk-perl on irc.gnome.org.
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. [17]
gtkmm (formerly known as gtk--or gtk minus minus [1]) is the official C++ interface for the popular GUI library GTK. gtkmm is free software distributed under the GNU Lesser General Public License (LGPL). gtkmm allows the creation of user interfaces either in code or with the Glade Interface Designer, using the Gtk::Builder