libcosmic-yoda/examples/app_library
2021-12-09 15:12:37 -05:00
..
app_group save/restore custom app groups 2021-12-06 10:56:45 -05:00
grid_item center icon in DnD 2021-12-07 17:38:05 -05:00
window some app library styling tweaks 2021-12-09 15:12:37 -05:00
main.rs prototype DnD that works with plank dock 2021-12-07 17:14:54 -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 some app library styling tweaks 2021-12-09 15:12:37 -05:00
utils.rs show scrollbar if >2 rows of app groups 2021-12-06 14:50:52 -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