Expand description
Utility to help drawing on a gtk::DrawingArea in a Relm4 application.
Create a DrawHandler, initialize it, and get its context when handling a message (that could be
sent from the draw signal).
Structs
- Context returned by
DrawHandlerthat stores aContextalong with additional data required for drawing. - Manager for drawing operations.