Bug in Readme.md fixed.

This commit is contained in:
Toshio Sekiya 2021-08-12 14:26:50 +09:00
parent f08ce76013
commit df02d4c1f9
2 changed files with 6 additions and 6 deletions

View file

@ -6,9 +6,9 @@ This tutorial illustrates how to write C programs with Gtk4 library.
It focuses on beginners so the contents are limited to basic things. It focuses on beginners so the contents are limited to basic things.
The table of contents are shown at the end of this abstract. The table of contents are shown at the end of this abstract.
- Section 3 to 20 describes basics and the example is a simple editor `tfe` (Text File Editor). - Section 3 to 21 describes basics and the example is a simple editor `tfe` (Text File Editor).
- Section 21 to 23 describes GtkDrawingArea. - Section 22 to 24 describes GtkDrawingArea.
- Section 24 to 27 describes list model and list view (GtkListView, GtkGridView and GtkColumnView). - Section 25 to 28 describes list model and list view (GtkListView, GtkGridView and GtkColumnView).
It also describes GtkExpression. It also describes GtkExpression.
The latest version of the tutorial is located at [Gtk4-tutorial github repository](https://github.com/ToshioCP/Gtk4-tutorial). The latest version of the tutorial is located at [Gtk4-tutorial github repository](https://github.com/ToshioCP/Gtk4-tutorial).

View file

@ -4,9 +4,9 @@ This tutorial illustrates how to write C programs with Gtk4 library.
It focuses on beginners so the contents are limited to basic things. It focuses on beginners so the contents are limited to basic things.
The table of contents are shown at the end of this abstract. The table of contents are shown at the end of this abstract.
- Section 3 to 20 describes basics and the example is a simple editor `tfe` (Text File Editor). - Section 3 to 21 describes basics and the example is a simple editor `tfe` (Text File Editor).
- Section 21 to 23 describes GtkDrawingArea. - Section 22 to 24 describes GtkDrawingArea.
- Section 24 to 27 describes list model and list view (GtkListView, GtkGridView and GtkColumnView). - Section 25 to 28 describes list model and list view (GtkListView, GtkGridView and GtkColumnView).
It also describes GtkExpression. It also describes GtkExpression.
The latest version of the tutorial is located at [Gtk4-tutorial github repository](https://github.com/ToshioCP/Gtk4-tutorial). The latest version of the tutorial is located at [Gtk4-tutorial github repository](https://github.com/ToshioCP/Gtk4-tutorial).