Expand description
A module for convenient abstractions over gtk-rs.
Re-exports§
pub use drawing::DrawContext;pub use drawing::DrawHandler;
Modules§
- drawing
- Utility to help drawing on a
gtk::DrawingAreain a Relm4 application. Create aDrawHandler, initialize it, and get its context when handling a message (that could be sent from the draw signal).
Structs§
- Toaster
libadwaita - An abstraction over
adw::ToastOverlaythat makes it easy to store it in the model of components.