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§

source

fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&DragSurface, &mut DragSurfaceSize) + 'static,

Object Safety§

This trait is not object safe.

Implementors§