Gtk4-tutorial/Readme.md

23 lines
712 B
Markdown
Raw Normal View History

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