Trait gdk4::prelude::ToplevelExtManual

source ·
pub trait ToplevelExtManual: Sealed + IsA<Toplevel> {
    // Provided method
    fn connect_compute_size<F: Fn(&Toplevel, &mut ToplevelSize) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing manually implemented methods of Toplevel.

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§