Trait gdk4::prelude::ToplevelExtManual
source · [−]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
sourcefn connect_compute_size<F: Fn(&Toplevel, &mut ToplevelSize) + 'static>(