Trait sourceview5::prelude::DragSurfaceExtManual
source · pub trait DragSurfaceExtManual: Sealed + IsA<DragSurface> {
// Provided method
fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&DragSurface, &mut DragSurfaceSize) + 'static { ... }
}
Expand description
Trait containing manually implemented methods of
DragSurface
.
Provided Methods§
sourcefn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
Available on crate feature
v4_12
only.Object Safety§
This trait is not object safe.