cosmic-settings/page
Ian Douglas Scott 2a77cdacb4 Add input settings, with mouse, keyboard, keyboard shortcuts sub-pages
Still needs to be integrated with compositor so it actually works, need
touchpad page, etc.
2023-09-06 09:39:54 -07:00
..
src Add input settings, with mouse, keyboard, keyboard shortcuts sub-pages 2023-09-06 09:39:54 -07:00
Cargo.toml chore: update libcosmic and cosmic-panel 2023-05-31 02:50:17 +02:00
README.md feat: refactor the settings page architecture 2023-04-25 00:35:13 +02:00

cosmic-settings-page

This module contains the APIs for creating and managing settings pages.

  • A Page implements the Page and AutoBind traits.
  • A Section is a subset of a page, with a view function to generate the UI.
  • The Binder holds all of the pages, their sections, and additional metadata associated with them