mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2025-01-12 20:03:28 +01:00
Update Readme.md
This commit is contained in:
parent
b6c8643bc9
commit
d7a11cdab1
1 changed files with 7 additions and 7 deletions
14
Readme.md
14
Readme.md
|
@ -1,10 +1,10 @@
|
||||||
# Gtk4 Tutorial for beginners
|
# GTK 4 Tutorial for beginners
|
||||||
|
|
||||||
The github page of this tutorial is also available. Click [here](https://toshiocp.github.io/Gtk4-tutorial/).
|
The GitHub page of this tutorial is also available. Click [here](https://toshiocp.github.io/Gtk4-tutorial/).
|
||||||
|
|
||||||
#### Contents of this Repository
|
#### Contents of this Repository
|
||||||
|
|
||||||
This tutorial illustrates how to write C programs with the Gtk4 library.
|
This tutorial illustrates how to write C programs with the GTK 4 library.
|
||||||
It focuses on beginners so the contents are limited to the basics.
|
It focuses on beginners so the contents are limited to the basics.
|
||||||
The table of contents is at the end of this abstract.
|
The table of contents is at the end of this abstract.
|
||||||
|
|
||||||
|
@ -18,20 +18,20 @@ You can read it from there directly without having to download anything.
|
||||||
|
|
||||||
#### Gtk4 Documentation
|
#### Gtk4 Documentation
|
||||||
|
|
||||||
Please refer to [Gtk API Reference](https://docs.gtk.org/gtk4/index.html)
|
Please refer to [GTK API Reference](https://docs.gtk.org/gtk4/index.html)
|
||||||
and [Gnome Developer Documentation Website](https://developer.gnome.org/) for further information.
|
and [GNOME Developer Documentation Website](https://developer.gnome.org/) for further information.
|
||||||
|
|
||||||
These websites are newly opened lately (Aug/2021).
|
These websites are newly opened lately (Aug/2021).
|
||||||
The old documentation is located at [Gtk Reference Manual](https://developer-old.gnome.org/gtk4/stable/) and [Gnome Developer Center](https://developer-old.gnome.org/).
|
The old documentation is located at [Gtk Reference Manual](https://developer-old.gnome.org/gtk4/stable/) and [Gnome Developer Center](https://developer-old.gnome.org/).
|
||||||
The new website is in progress at present, so you might need to refer to the old version.
|
The new website is in progress at present, so you might need to refer to the old version.
|
||||||
|
|
||||||
If you want to know about GObject and the type system, please refer to [GObject tutorial](https://github.com/ToshioCP/Gobject-tutorial).
|
If you want to know about GObject and the type system, please refer to [GObject tutorial](https://github.com/ToshioCP/Gobject-tutorial).
|
||||||
The GObject details are easy to understand and also necessary to know when writing Gtk4 programs.
|
The GObject details are easy to understand and also necessary to know when writing GTK 4 programs.
|
||||||
|
|
||||||
#### Contribution
|
#### Contribution
|
||||||
|
|
||||||
This tutorial is under development and unstable.
|
This tutorial is under development and unstable.
|
||||||
Even though the codes of the examples have been tested on Gtk4 version 4.0, bugs may still exist.
|
Even though the codes of the examples have been tested on GTK version 4.0, bugs may still exist.
|
||||||
If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know.
|
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 post it to [github issues](https://github.com/ToshioCP/Gtk4-tutorial/issues).
|
||||||
You can also post corrected files as a commit to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls).
|
You can also post corrected files as a commit to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls).
|
||||||
|
|
Loading…
Reference in a new issue