From ff38a1c798ad132a19a341551407dded575a130a Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 26 Mar 2025 12:40:15 +0100 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efda833 --- /dev/null +++ b/README.md @@ -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.