Skip to content

Commit 5d35b1d

Browse files
committed
book: Update libadwaita chapter
1 parent f890590 commit 5d35b1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

book/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
- [Manipulating State of To-Do App](todo_2.md)
2525
- [CSS](css.md)
2626
- [Libadwaita](libadwaita.md)
27-
- [Let To-Do App Follow GNOME's HIG](todo_3.md)
27+
- [Let To-Do App use Libadwaita](todo_3.md)
2828
- [Make To-Do App Adaptive]()

book/src/libadwaita.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ If you target a certain platform with your GUI, you will want to follow the plat
44
With a GTK application, chances are the platform is either [elementary OS](https://elementary.io) or [GNOME](https://www.gnome.org/).
55
In this chapter we will discuss how to follow GNOME's [HIG](https://developer.gnome.org/hig/) with [libadwaita](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/).
66

7-
Libadwaita is a GTK 4 library which:
7+
Libadwaita is a library augmenting GTK 4 which:
88
- provides widgets to better follow GNOME's HIG
9-
- provides widgets to let application [adapt their UI](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/adaptive-layouts.html) between desktop and mobile devices
10-
- integrates the Adwaita stylesheet
9+
- provides widgets to let applications [change their layout ](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/adaptive-layouts.html) based on the available space
10+
- integrates the Adwaita [stylesheet](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/styles-and-appearance.html)
1111
- allows runtime recoloring with [named colors](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/named-colors.html)
1212
- adds [API](https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita/struct.StyleManager.html) to support the cross-desktop dark style preference
1313

book/src/todo_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Make To-Do App Follow GNOME's HIG
1+
# Let To-Do App use Libadwaita
22

33
Within this chapter we will adapt our To-Do app so that it follows GNOME's [HIG](https://developer.gnome.org/hig/).
44
Let's start by installing Libadwaita and adding the `libadwaita` crate to our dependencies as explained in the [previous chapter](libadwaita.html).

0 commit comments

Comments
 (0)