pub trait FontChooserWidgetExt: 'static {
    fn connect_tweak_action_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }
Expand description

Trait containing all FontChooserWidget methods.

Implementors

FontChooserWidget

Required Methods

Implementors