libcosmic-yoda/examples
2025-03-14 16:56:21 +01:00
..
about Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task 2024-11-21 10:45:21 -05:00
applet feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
application feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
calendar improv!(calendar): do not select date when navigating prev/next months 2025-01-16 06:30:21 +01:00
config chore: Update ron to 0.9 2025-01-22 15:50:44 +01:00
context-menu Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task 2024-11-21 10:45:21 -05:00
cosmic fix(list_column): match padding/spacing to designs 2024-12-02 17:43:19 +01:00
image-button Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task 2024-11-21 10:45:21 -05:00
menu Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task 2024-11-21 10:45:21 -05:00
multi-window feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
nav-context feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
open-dialog feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
spin-button feat!(spin_button): refactor and support vertical widget variant 2024-11-20 05:03:29 +01:00
text-input Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task 2024-11-21 10:45:21 -05:00
README.md chore: document examples 2024-09-19 13:11:24 +02:00

Examples

applet

Demonstrates how to create an applet.

just run applet

application

Start here as a template for creating an application with libcosmic's application API.

just run application

calendar

Demonstrates how to use the calendar widget.

just run calendar

config

Demonstrates how to use the configuration system. There is no GUI in this example.

just run config

context-menu

Demonstrates how to use the context menu widget.

just run context-menu

image-button

Demonstrates how to use the image-button widget.

just run image-button

menu

Demonstrates how use the menu widget.

just run menu

multi-window

Demonstrates how to open multiple windows.

just run multi-window

nav-context

Demonstrates how to use the navigation bar widget.

just run nav-context

open-dialog

Demonstrates how to create an open file dialog

just run open-dialog

text-input

Demonstrates how to use the text input widgets.

just run text-input