Minor change to the abstract

This commit is contained in:
Paul Schulz 2022-03-07 16:11:49 +10:30
parent bc9d54a97e
commit 4103cf625d

View file

@ -1,8 +1,8 @@
#### Contents of this Repository
This tutorial illustrates how to write C programs with the Gtk4 library.
It focuses on beginners so the contents are limited to basic things.
The table of contents is shown at the end of this abstract.
It focuses on beginners so the contents are limited to the basics.
The table of contents is at the end of this abstract.
- Section 3 to 21 describes the basics, with the example of a simple editor `tfe` (Text File Editor).
- Section 22 to 24 describes GtkDrawingArea.