libcosmic-yoda/examples
2024-09-19 13:11:24 +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: 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