cosmic-applets/libcosmic-applet/src/lib.rs
2022-07-05 14:41:09 -07:00

13 lines
493 B
Rust

mod button;
pub use button::AppletButton;
mod deref_cell;
mod window;
pub use window::AppletWindow;
// TODO make sure style fits different panel colors?
// TODO abstraction to start main loop? Work with relm4.
// TODO gir bindings
// TODO orientation, etc.
// TODO make image size dependent on CosmicPanelConfig?
// TODO way to have multiple applets with this style, for system tray.
// TODO also handle non-popover button? Is GtkMenuButton particularly special, or just use a toggle button?