Trait sourceview4::prelude::StyleSchemeExt
source · pub trait StyleSchemeExt: IsA<StyleScheme> + Sealed + 'static {
// Provided methods
fn authors(&self) -> Vec<GString> { ... }
fn description(&self) -> Option<GString> { ... }
fn filename(&self) -> Option<GString> { ... }
fn id(&self) -> Option<GString> { ... }
fn name(&self) -> Option<GString> { ... }
fn style(&self, style_id: &str) -> Option<Style> { ... }
fn connect_description_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
fn connect_filename_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
fn connect_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
fn connect_description_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId
fn connect_filename_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId
fn connect_name_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.