Gtk4-tutorial/Readme.md

23 lines
717 B
Markdown
Raw Normal View History

2020-12-22 03:30:06 +01:00
# Gtk4 Tutorial for beginners
2020-12-21 13:12:05 +01:00
This tutorial is under development and unstable.
2020-12-22 03:30:06 +01:00
You should be careful because there exists bugs, errors or mistakes.
2020-12-21 13:12:05 +01:00
2020-12-22 03:30:06 +01:00
- [Prerequisite and Licence](sec1.md)
- [GtkApplication and GtkApplicationWindow](sec2.md)
- [Widgets (1)](sec3.md)
- [Widgets (2)](sec4.md)
- [Widgets (3)](sec5.md)
- [Define Child object](sec6.md)
- [Ui file and GtkBuiler](sec7.md)
- [Build system](sec8.md)
- [Instance and class](sec9.md)
- [Signals](sec10.md)
- [Functions in TfeTextView](sec11.md)
- [Functions with GtkNotebook](sec12.md)
- [tfeapplication.c](sec13.md)
- [tfe5 source files](sec14.md)
- [Menu and action](sec15.md)
- [Stateful action](sec16.md)
- [Ui file for menu and action entries](sec17.md)