What is the relation between GTK, GTK+ and GTK2?

后端 未结 3 1779
旧巷少年郎
旧巷少年郎 2021-02-06 21:59

I\'m confused by the GTK terminology. According to Wikipedia, there seem to be bindings to GTK+ that are called GTK (GtkAda) and GTK2 (gtk2hs, Gtk2-Perl).

Could someone

3条回答
  •  不知归路
    2021-02-06 22:18

    The first incarnation of the project was called GTK (which stood for GIMP Toolkit).

    At some very early point, while the project was still part of The GIMP (and before version 1.0), it was renamed to GTK+. Despite this, people often referred to it as GTK out of convenience or ignorance.

    The GTK+ name was used for more than 20 years through versions 1.x, 2.x, and 3.x, but the "GIMP Toolkit" expansion was dropped. I don't know when exactly this happened but perhaps during the 1.x → 2.x transition.

    There is nothing officially called GTK2. It's just what some people call the 2.x series of GTK+.

    On 2019-02-06, the project was renamed back to GTK, which will affect version 4.0 onwards.

提交回复
热议问题