prototype gtk launcher

This commit is contained in:
Ashley Wulber 2021-11-29 14:46:01 -05:00 committed by Ashley Wulber
parent f9c08b9e31
commit ac1b8ac1ee
11 changed files with 519 additions and 12 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)