GTK 4.0
GTK 4.0
Posted Dec 18, 2020 11:18 UTC (Fri) by scientes (guest, #83068)In reply to: GTK 4.0 by compenguy
Parent article: GTK 4.0
> The C++ API has made QT rather painful to bind from other languages.
GTK is not C, but gobject, which is basically the Vala language. You can see what a pain this is with the attempts to bind GTK to go and other garbage-collected languages.
