Difference between revisions of "Gtk+"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=GTK+ |Short description=GNU toolkit for X windows development |Full description=GTK+ is a set of libraries to create graphical user interfaces. It consists of the f...")
 
m (version 3.22)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GTK+
 
|Name=GTK+
|Short description=GNU toolkit for X windows development
+
|Short description=Cross-platform toolkit for creating graphical user interfaces
|Full description=GTK+ is a set of libraries to create graphical user interfaces. It consists of the following component libraries:
+
|Full description='''GTK+''' is a GUI Toolkit for creating graphical user interfaces.
; Glib
 
: Provides many useful data types, macros, type conversions, string utilities, and a lexical scanner.
 
; GDK
 
: A wrapper for low-level windowing functions.
 
; GTK
 
: An advanced widget set.
 
  
The program works on many Unix-like platforms, and bindings for other languages, including C++, Objective C, Guile/Scheme, Perl Python, TOM, Ada95, Free Pascal, and Eiffel, have been written. GTK+ is an Open Source Free Software GUI Toolkit, primarily developed for use with the X Window System. Everything about GTK+ from the object-oriented design to the Free Software LGPL licensing allows you to code your project with the most freedom possible. You can develop open software, free software, or even proprietary non-free software without having to spend a dime for licenses or royalties.
+
This package provides a complete set of widgets suitable for projects ranging from small one-off tools to complete application suites. In addition to basic widgets, such as buttons, check boxes, and text entries, it also provides Model-View-Controller (MVC) APIs for tree views, multi-line text fields, and menu and toolbar actions.
|User level=none
+
 
|Status=Live
+
GTK+ is the primary library used to construct user interfaces in [[GNOME]]. Its name stands for "GIMP Tool Kit", as originally it was explicitly written for that [[GIMP|image manipulation program]], and later extracted from it as a stand-alone library.  
|Component programs=glib,GDK,GTK
+
 
 +
'''Third-party language bindings designed for the GNU system are provided by the [[Guile-Gnome]] project.'''
 
|Homepage URL=http://www.gtk.org/
 
|Homepage URL=http://www.gtk.org/
|VCS checkout command=:pserver: anonymous@anoncvs.gnome.org:/cvs/gnome
+
|User level=advanced
 +
|Component programs=glib, GDK, GTK
 +
|VCS checkout command=git clone git://git.gnome.org/gtk+
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User online tutorial available at http://www.gtk.org/tutorial/; User online tutorial available at ftp://ftp.gtk.org/pub/gtk/tutorial/; User reference manual available at http://developer.gnome.org/doc/API/gtk/index.html; Programmer's manual available in HTML at http://developer.gnome.org/doc/GGAD/ggad.html; User's install guide available in HTML format from http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html; Printed programmer's manual available from http://www.newriders.com/.
+
|Documentation note=Online documentation available at: http://www.gtk.org/documentation.php
|Paid support=
+
|Donate=https://www.gnome.org/foundation/
|IRC help=
+
|IRC general=irc://irc.gnome.org/#gtk+
|IRC general=
+
|Related projects=EFL, GNUstep, Qt, WxWidgets
|IRC development=
+
|Keywords=GUI, graphical interface, development, GTK, X Windows, GDK, glib
|Related projects=Glade,GIMP,GAdmin-ProFTPD,GLib,SqueakGtk
+
|Version identifier=3.22
|Keywords=GUI,graphical interface,development,GTK,X Windows,GDK,glib,interface design
+
|Version date=2016/09/20
|Is GNU=y
+
|Version status=stable
|Last review by=Janet Casey
+
|Version download=https://download.gnome.org/sources/gtk+/3.22/
|Last review date=2005-11-28
+
|Last review by=Genium
 +
|Last review date=2016/09/29
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.8.8
+
|Status=
|Version date=2005-11-28
+
|Is GNU=Yes
|Version status=stable
+
|GNU package identifier=gtk+
|Version download=ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.6.tar.gz
+
}}
|License verified date=2001-01-31
+
{{Project license
|Version comment=2.8.8 stable released 2005-11-28
+
|License=Other
 +
|License verified by=genium
 +
|License verified date=2014-09-14
 +
|License note=GNU Library General Public License, version 2.0. This is an old license that has been superseded by the GNU Lesser General Public License.
 +
}}
 +
{{Person
 +
|Real name=Josh Macdonald
 +
|Role=original author
 +
|Email=jmacd@cs.berkeley.edu
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Peter Mattis
 +
|Role=original author
 +
|Email=petm@xcf.berkeley.edu
 +
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
|Role=Maintainer
+
|Real name=Spencer Kimball
|Real name=Owen Taylor
+
|Role=original author
|Email=otaylor@redhat.com
+
|Email=jmacd@xcf.berkeley.edu
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 56: Line 69:
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:gtk-list@gnome.org
 
|Resource URL=mailto:gtk-list@gnome.org
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://git.gnome.org/browse/gtk+
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=http://ftp.gnome.org/pub/gnome/sources/gtk+/
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugzilla.gnome.org/enter_bug.cgi?product=gtk+
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugzilla.gnome.org/page.cgi?id=browse.html&product=gtk%2B
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=library,x-window-system
+
|Interface=library, x-window-system
|Library=c
+
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Use=library
 
|Use=library
 +
|Uitoolkit=gtk
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=LGPL
+
|Prerequisite kind=Required to build
|License verified by=Janet Casey
+
|Prerequisite description=[[glib]]
|License verified date=2001-01-31
+
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=GObject introspection
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=JPEG/PNG/TIFF libraries
+
|Prerequisite description=[[pango]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=pkg-config 0.8 or later
+
|Prerequisite description=[[gdk-pixbuf]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Weak prerequisite
+
|Prerequisite kind=Required to build
|Prerequisite description=gettext
+
|Prerequisite description=[[atk]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Weak prerequisite
+
|Prerequisite kind=Required to build
|Prerequisite description=libiconv
+
|Prerequisite description=gtk
 
}}
 
}}
 +
{{Featured}}

Revision as of 14:32, 29 September 2016


[edit]

GTK+

https://www.gtk.org
Cross-platform toolkit for creating graphical user interfaces.

GTK+ is a GUI Toolkit for creating graphical user interfaces.

This package provides a complete set of widgets suitable for projects ranging from small one-off tools to complete application suites. In addition to basic widgets, such as buttons, check boxes, and text entries, it also provides Model-View-Controller (MVC) APIs for tree views, multi-line text fields, and menu and toolbar actions.

GTK+ is the primary library used to construct user interfaces in GNOME. Its name stands for "GIMP Tool Kit", as originally it was explicitly written for that image manipulation program, and later extracted from it as a stand-alone library.

Third-party language bindings designed for the GNU system are provided by the Guile-Gnome project.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

13 November 2018




Leaders and contributors

Contact(s)Role
Spencer Kimball original author
Josh Macdonald original author
Peter Mattis original author


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/gtk+2.0
VCS Repository Webviewhttps://gitlab.gnome.org/GNOME/gtk/
Debian (Ref) (R)https://tracker.debian.org/pkg/gtkextra
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-devel-list/
Perl (Ref) (R)https://metacpan.org/release/Gtk
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-app-devel-list/
Debian (Ref) (R)https://tracker.debian.org/pkg/gtk+4.0
Mailing Listhttps://mail.gnome.org/mailman/listinfo/language-bindings/
Debian (Ref) (R)https://tracker.debian.org/pkg/gtk+3.0
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-doc-list/
Downloadhttps://ftp.gnome.org/pub/gnome/sources/gtk+/
Ruby (Ref) (R)https://rubygems.org/gems/gtk/
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-perl-list/
Downloadhttps://download.gnome.org/sources/gtk+/
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-i18n-list/
Mailing Listhttps://mail.gnome.org/mailman/listinfo/gtk-list/
Debian (Ref) (R)https://tracker.debian.org/pkg/gtk-doc


Software prerequisites

KindDescription
Required to buildGObject introspection
Required to buildglib
Required to buildgdk-pixbuf
Required to buildgtk
Required to buildpango
Required to buildatk




Entry





"original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.












"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.