2022-07-05 14:41:09 -07:00
|
|
|
mod button;
|
|
|
|
|
pub use button::AppletButton;
|
2022-07-01 21:33:58 -07:00
|
|
|
mod deref_cell;
|
2022-07-05 14:41:09 -07:00
|
|
|
mod window;
|
|
|
|
|
pub use window::AppletWindow;
|
2022-07-01 21:33:58 -07:00
|
|
|
|
|
|
|
|
// 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?
|
2022-07-01 21:55:57 -07:00
|
|
|
// TODO way to have multiple applets with this style, for system tray.
|
2022-07-05 14:41:09 -07:00
|
|
|
// TODO also handle non-popover button? Is GtkMenuButton particularly special, or just use a toggle button?
|