libcosmic/examples/gtklauncher
2021-11-29 14:07:13 -05:00
..
application_row feat: shortcuts and layout improvements 2021-11-28 21:11:02 -05:00
window refactor: move window to its own module 2021-11-29 14:07:13 -05:00
main.rs refactor: move window to its own module 2021-11-29 14:07:13 -05:00
README.md feat: shortcuts and layout improvements 2021-11-28 21:11:02 -05:00
screenshot.png feat: shortcuts and layout improvements 2021-11-28 21:11:02 -05:00
style.css feat: shortcuts and layout improvements 2021-11-28 21:11:02 -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