Jump to content

GTK: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page GTK+ to GTK
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Multi-platform open source graphics and widgets library.
Multi-platform open source graphics and widgets library.
* GTK - The GIMP Toolkit
* GDK - The GIMP Drawing Kit
* GLIB - Library of useful routines for C programming


====Foreign libraries with GTK/GTK+ bindings====
==History==
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source - Current
;GTK+
* 1.0 (1998)
* 1.0.6 (1999)
* 1.2
* 1.2.2
* 1.2.5
;GTK+ 2
* 2.6.8
* 2.8 - usage of [[Cairo]]
* 2.24.33
;GTK+ 3
* 3.0 (2011-02-11)
* 3.2
* 3.6.4
* 3.24.28
;GTK 4
* 4.0 (2020-12-16)
* 4.2.1 (2021-05-04)


[[Category:C++ Class Libraries]][[Category:Open Source Software]][[Category:Software written in C++]]
==Bindings==
{|class="wikitable"
!Language||Binding
|-
|C++||gtkmm
|-
|
|}
;Foreign libraries with GTK+ bindings
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source
 
==Links==
* [https://www.gtk.org The GTK Project]
 
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 15:44, 30 June 2021

Multi-platform open source graphics and widgets library.

  • GTK - The GIMP Toolkit
  • GDK - The GIMP Drawing Kit
  • GLIB - Library of useful routines for C programming

History

GTK+
  • 1.0 (1998)
  • 1.0.6 (1999)
  • 1.2
  • 1.2.2
  • 1.2.5
GTK+ 2
  • 2.6.8
  • 2.8 - usage of Cairo
  • 2.24.33
GTK+ 3
  • 3.0 (2011-02-11)
  • 3.2
  • 3.6.4
  • 3.24.28
GTK 4
  • 4.0 (2020-12-16)
  • 4.2.1 (2021-05-04)

Bindings

Language Binding
C++ gtkmm
Foreign libraries with GTK+ bindings
  • LibcURL - Internet URL (WWW, FTP, etc) access - Open Source

Links