Struct relm::DrawHandler[][src]

pub struct DrawHandler<W> { /* fields omitted */ }

Manager for drawing operations.

Methods

impl<W: Clone + WidgetExt> DrawHandler<W>
[src]

Create a new DrawHandler.

Get the drawing context to draw on a widget.

Initialize the draw handler. The widget is the one on which drawing will occur.

Auto Trait Implementations

impl<W> !Send for DrawHandler<W>

impl<W> !Sync for DrawHandler<W>