feat: shortcuts and layout improvements

This commit is contained in:
Ashley Wulber 2021-11-28 21:11:02 -05:00 committed by Jeremy Soller
parent 52aeadf003
commit 7572e0d87f
15 changed files with 513 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# ListView: Applications Launcher
This example shows how to create a `gtk::ListView` and fill it with applications data from `gio::AppInfo` with the possibility to open an application when an item of the list is activated.
![Screenshot](screenshot.png)