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
DrawHandler
that stores aContext
along with additional data required for drawing. - Manager for drawing operations.