Trait sourceview5::prelude::WidgetExtManual
source · pub trait WidgetExtManual: Sealed + IsA<Widget> + 'static {
// Provided method
fn add_tick_callback<P>(&self, callback: P) -> TickCallbackId
where P: Fn(&Self, &FrameClock) -> ControlFlow + 'static { ... }
}
Expand description
Trait containing manually implemented methods of Widget
.
Provided Methods§
fn add_tick_callback<P>(&self, callback: P) -> TickCallbackId
Object Safety§
This trait is not object safe.