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

Required Methods

Implementors