A place to find all the resources used by the people working on GTK.
Blog
Catch up with all the things happening with GTK through the GTK Development Blog.
A grid for the file chooser
In the last post, we discussed deprecating treeviews and cell renderers, among other things. All these deprecations cause a lot of work for applications and libraries using these APIs, so why are w...Read More
On deprecations
If you are paying attention to GTK’s git repository, you may have noticed a change in the last weeks. We have a directory gtk/deprecations, which is destined to contain source files that implement ...Read More
Inside the GTK font chooser
I’ve written about the handling of fonts in GTK before. This post is going to focus on how to use the more advanced font (and font chooser) features in your application. Finding fonts The most prom...Read More