Trait gdk4::prelude::ToplevelExtManual
source · 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
.