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ยง
- Draw
Context - Context returned by
DrawHandlerthat stores aContextalong with additional data required for drawing. - Draw
Handler - Manager for drawing operations.