pub trait FontChooserWidgetExt: IsA<FontChooserWidget> + Sealed + 'static {
    // Provided method
    fn connect_tweak_action_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn connect_tweak_action_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§