Add README.md

This commit is contained in:
Kevin Kandlbinder 2025-03-26 12:40:15 +01:00
parent db97b26566
commit ff38a1c798

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# GTK Examples
## `hello-world.c`
The simplest GTK application.
## `advanced.c`
A simple example of the GTK builder with an XML-UI-definition.
## Building
Commands for building are at the bottom of each C-file as a comment.