This repository contains some GTK programs written in C language which are based on examples from the book An Introduction to C & GUI Programming, 2nd Edition by Simon LONG.
.vscode
directory includes the configuration file to work with Visual Studio Code under WSL.
mkdir build
cd build
cmake ..
make all
See the LICENSE file for license rights and limitations (MIT).