pub trait ToplevelExtManual {
    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

Implementors