Skip to main content

FontChooserWidgetExt

Trait FontChooserWidgetExt 

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

Trait containing all FontChooserWidget methods.

§Implementors

FontChooserWidget

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§