Trait sourceview5::prelude::StyleSchemeChooserExt

source ·
pub trait StyleSchemeChooserExt: IsA<StyleSchemeChooser> + Sealed + 'static {
    // Provided methods
    fn style_scheme(&self) -> StyleScheme { ... }
    fn set_style_scheme(&self, scheme: &StyleScheme) { ... }
    fn connect_style_scheme_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}
Expand description

Provided Methods§

source

fn style_scheme(&self) -> StyleScheme

Gets the currently-selected scheme.

§Returns

the currently-selected scheme.

source

fn set_style_scheme(&self, scheme: &StyleScheme)

Sets the scheme.

§scheme

a #GtkSourceStyleScheme

source

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

Object Safety§

This trait is not object safe.

Implementors§