Difference between revisions of "GTK+"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 1: Line 1:
 
'''GTK+''' (previously ''GIMP Toolkit'', sometimes incorrectly referred to as the ''GNOME Toolkit'') is a cross-platform widget toolkit for creating [[Graphical user interface|graphical user interfaces]].
 
'''GTK+''' (previously ''GIMP Toolkit'', sometimes incorrectly referred to as the ''GNOME Toolkit'') is a cross-platform widget toolkit for creating [[Graphical user interface|graphical user interfaces]].
 +
 +
== License ==
  
 
It is licensed under the terms of the LGPL, allowing both free and proprietary software to use it.
 
It is licensed under the terms of the LGPL, allowing both free and proprietary software to use it.
 +
 +
== Wayland, X11, Qt ==
  
 
It is one of the most popular toolkits for the Wayland and X11 windowing systems, along with Qt.
 
It is one of the most popular toolkits for the Wayland and X11 windowing systems, along with Qt.

Revision as of 12:16, 4 February 2016

GTK+ (previously GIMP Toolkit, sometimes incorrectly referred to as the GNOME Toolkit) is a cross-platform widget toolkit for creating graphical user interfaces.

License

It is licensed under the terms of the LGPL, allowing both free and proprietary software to use it.

Wayland, X11, Qt

It is one of the most popular toolkits for the Wayland and X11 windowing systems, along with Qt.

See also

External links