libcosmic-yoda/examples
2024-09-19 13:10:49 +02:00
..
applet refactor: config improvements 2024-01-18 20:19:32 -07:00
application update iced 2024-06-20 10:42:08 -06:00
calendar improv(calendar): simplify message handling 2024-03-15 13:40:31 +01:00
config refactor!(app): rename set_title to set_window_title 2023-10-12 16:37:38 +02:00
context-menu chore: fix examples and add them to GitHub CI 2024-09-03 13:33:26 +02:00
cosmic chore: fix examples and add them to GitHub CI 2024-09-03 13:33:26 +02:00
image-button fix(examples): fix image-button example 2024-09-19 13:10:49 +02:00
menu fix(menu_bar): root text will inherit icon color from header 2024-05-21 04:34:35 +02:00
multi-window refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04:00
nav-context chore: fix examples and add them to GitHub CI 2024-09-03 13:33:26 +02:00
open-dialog chore(example): Support special filenames in open-dialog example 2024-08-26 04:15:06 +02:00
text-input fix(inline_input): add placeholder parameter 2024-06-20 13:45:46 +02:00
README.md chore: remove deprecated design-demo example 2024-09-13 01:07:34 +02:00

Examples

application

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

just run application

open-dialog

Demonstrates how to create an open file dialog

just run open-dialog