mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2024-11-16 19:50:35 +01:00
Correct typo errors.
This commit is contained in:
parent
f31614e682
commit
9cdeabc725
2 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ GtkApplicationWindow is a child object of GtkWindow.
|
|||
It has some extra functionality for better integration with GtkApplication.
|
||||
It is recommended to use it instead of GtkWindow when you use GtkApplication.
|
||||
|
||||
Now rewrite the program and use GtkAppliction Window.
|
||||
Now rewrite the program and use GtkApplicationWindow.
|
||||
|
||||
@@@include
|
||||
misc/pr4.c app_activate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Widgets (1)
|
||||
|
||||
## GtkLabel, GtkButton and Gtkbox
|
||||
## GtkLabel, GtkButton and GtkBox
|
||||
|
||||
### GtkLabel
|
||||
|
||||
|
|
Loading…
Reference in a new issue