Trait sourceview5::prelude::DrawingAreaExtManual
source · pub trait DrawingAreaExtManual: Sealed + IsA<DrawingArea> + 'static {
// Provided methods
fn unset_draw_func(&self) { ... }
fn set_draw_func<P>(&self, draw_func: P)
where P: FnMut(&DrawingArea, &Context, i32, i32) + 'static { ... }
}
Expand description
Trait containing manually implemented methods of
DrawingArea
.
Provided Methods§
fn unset_draw_func(&self)
fn set_draw_func<P>(&self, draw_func: P)
Object Safety§
This trait is not object safe.