libcosmic/examples/app_library
2021-12-02 12:49:01 -05:00
..
application_row feat: basic application library grid view 2021-12-02 12:49:01 -05:00
window feat: basic application library grid view 2021-12-02 12:49:01 -05:00
main.rs feat: basic application library grid view 2021-12-02 12:49:01 -05:00
README.md feat: basic application library grid view 2021-12-02 12:49:01 -05:00
screenshot.png feat: basic application library grid view 2021-12-02 12:49:01 -05:00
style.css feat: basic application library grid view 2021-12-02 12:49:01 -05:00

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