pub trait AdwApplicationExt: 'static {
    // Required methods
    fn style_manager(&self) -> StyleManager;
    fn connect_style_manager_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
}

Required Methods§

Implementors§