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

Required methods

Implementors