/hello-gtk3

Some gtk examples in C.

Primary LanguageCMIT LicenseMIT

Hello GTK

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.

To build

mkdir build
cd build
cmake ..
make all

License

See the LICENSE file for license rights and limitations (MIT).