libcosmic/examples/app_library
2021-12-28 11:38:52 -05:00
..
app_group save/restore custom app groups 2021-12-16 09:45:42 -07:00
grid_item accept dnd drops from app library prototype 2021-12-16 09:45:42 -07:00
window refactor X and recenter app_library when size changes 2021-12-28 11:38:52 -05:00
main.rs refactor X and recenter app_library when size changes 2021-12-28 11:38:52 -05:00
README.md feat: basic application library grid view 2021-12-16 09:45:42 -07:00
screenshot.png feat: basic application library grid view 2021-12-16 09:45:42 -07:00
style.css more tweaks to styling and behavior 2021-12-16 09:45:42 -07:00
utils.rs show scrollbar if >2 rows of app groups 2021-12-16 09:45:42 -07: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