[][src]Trait gtk::FontChooserWidgetExt

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

Trait containing all FontChooserWidget methods.

Implementors

FontChooserWidget

Required methods

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

Loading content...

Implementors

impl<O: IsA<FontChooserWidget>> FontChooserWidgetExt for O[src]

Loading content...