Bugs (link to this repository) fixed.

This commit is contained in:
Toshio Sekiya 2023-04-10 16:19:44 +09:00
parent 70fe58e759
commit 98b92adeb9
3 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ The table of contents is at the end of this abstract.
- Section 26 to 30 describes the list model and the list view (GtkListView, GtkGridView and GtkColumnView).
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).
You can read it directly without download.
There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/Gtk4-tutorial/`](https://toshiocp.github.io/Gtk4-tutorial/).
@ -35,8 +35,8 @@ GObject is the base of GTK 4, so it is important for developers to understand GO
This tutorial is still under development and unstable.
Even though the codes of the examples have been tested on GTK 4 (version 4.8.1), bugs may still exist.
If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know.
You can post it to [GitHub issues](https://github.com/ToshioCP/GTK4-tutorial/issues).
You can also post updated files to [pull request](https://github.com/ToshioCP/GTK4-tutorial/pulls).
You can post it to [GitHub issues](https://github.com/ToshioCP/Gtk4-tutorial/issues).
You can also post updated files to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls).
One thing you need to be careful is to correct the source files, which are under the 'src' directory.
Don't modify the files under `gfm` or `html` directories.
After modifying some source files , run `rake` to create GFM (GitHub Flavoured Markdown) files and run `rake html` to create HTML files.

View file

@ -116,10 +116,10 @@ editor <code>tfe</code> (Text File Editor).</li>
GtkExpression.</li>
</ul>
<p>The latest version of the tutorial is located at <a
href="https://github.com/ToshioCP/GTK4-tutorial">GTK4-tutorial GitHub
href="https://github.com/ToshioCP/Gtk4-tutorial">GTK4-tutorial GitHub
repository</a>. You can read it directly without download.</p>
<p>Theres a GitHub Page of this tutorial at <a
href="https://toshiocp.github.io/GTK4-tutorial/"><code>https://toshiocp.github.io/GTK4-tutorial/</code></a>.
href="https://toshiocp.github.io/Gtk4-tutorial/"><code>https://toshiocp.github.io/Gtk4-tutorial/</code></a>.
It is easier to read than the repository.</p>
<h4 id="gtk-4-documentation">GTK 4 Documentation</h4>
<p>Please refer to <a href="https://docs.gtk.org/gtk4/index.html">GTK 4
@ -138,9 +138,9 @@ developers to understand GObject as well as GTK 4.</p>
the codes of the examples have been tested on GTK 4 (version 4.8.1),
bugs may still exist. If you find any bugs, errors or mistakes in the
tutorial and C examples, please let me know. You can post it to <a
href="https://github.com/ToshioCP/GTK4-tutorial/issues">GitHub
href="https://github.com/ToshioCP/Gtk4-tutorial/issues">GitHub
issues</a>. You can also post updated files to <a
href="https://github.com/ToshioCP/GTK4-tutorial/pulls">pull request</a>.
href="https://github.com/ToshioCP/Gtk4-tutorial/pulls">pull request</a>.
One thing you need to be careful is to correct the source files, which
are under the src directory. Dont modify the files under
<code>gfm</code> or <code>html</code> directories. After modifying some

View file

@ -9,10 +9,10 @@ The table of contents is at the end of this abstract.
- Section 26 to 30 describes the list model and the list view (GtkListView, GtkGridView and GtkColumnView).
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).
You can read it directly without download.
There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/GTK4-tutorial/`](https://toshiocp.github.io/GTK4-tutorial/).
There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/Gtk4-tutorial/`](https://toshiocp.github.io/Gtk4-tutorial/).
It is easier to read than the repository.
#### GTK 4 Documentation
@ -31,8 +31,8 @@ GObject is the base of GTK 4, so it is important for developers to understand GO
This tutorial is still under development and unstable.
Even though the codes of the examples have been tested on GTK 4 (version 4.8.1), bugs may still exist.
If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know.
You can post it to [GitHub issues](https://github.com/ToshioCP/GTK4-tutorial/issues).
You can also post updated files to [pull request](https://github.com/ToshioCP/GTK4-tutorial/pulls).
You can post it to [GitHub issues](https://github.com/ToshioCP/Gtk4-tutorial/issues).
You can also post updated files to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls).
One thing you need to be careful is to correct the source files, which are under the 'src' directory.
Don't modify the files under `gfm` or `html` directories.
After modifying some source files , run `rake` to create GFM (GitHub Flavoured Markdown) files and run `rake html` to create HTML files.