pub trait ToplevelExtManual {
    // Required method
    fn connect_compute_size<F: Fn(&Toplevel, &mut ToplevelSize) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
}
Expand description

Trait containing manually implemented methods of Toplevel.

Required Methods§

source

fn connect_compute_size<F: Fn(&Toplevel, &mut ToplevelSize) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§