pub trait IntoDrawingArea: DrawingBackend {
fn into_drawing_area(self) -> DrawingArea<Self, Shift>;
}
Expand description
A type which can be converted into a root drawing area
Required Methods
sourcefn into_drawing_area(self) -> DrawingArea<Self, Shift>
fn into_drawing_area(self) -> DrawingArea<Self, Shift>
Convert the type into a root drawing area