GTK: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision 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 | |||
==== | ==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== | |||
{|class="wikitable" | |||
!Language||Binding | |||
|- | |||
|C++||gtkmm | |||
|- | |||
| | |||
|} | |||
;Foreign libraries with GTK+ bindings | |||
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source | * [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source | ||
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