libcosmic-yoda/examples
2024-10-21 07:46:37 -06:00
..
applet fix(applet): toggler 2024-10-21 07:46:37 -06:00
application libcosmic updates 2024-10-18 14:04:39 -04:00
calendar libcosmic updates 2024-10-18 14:04:39 -04:00
config refactor!(app): rename set_title to set_window_title 2023-10-12 16:37:38 +02:00
context-menu cleanup 2024-10-18 14:04:39 -04:00
cosmic fix: remove non-existent cosmic-time feature from cosmic example 2024-10-20 07:08:44 -06:00
image-button cleanup 2024-10-18 14:04:39 -04:00
menu cleanup 2024-10-18 14:04:39 -04:00
multi-window cleanup 2024-10-18 14:04:39 -04:00
nav-context libcosmic updates 2024-10-18 14:04:39 -04:00
open-dialog fix: open-dialog example 2024-10-18 14:04:39 -04:00
text-input libcosmic updates 2024-10-18 14:04:39 -04: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