[][src]Trait sourceview::StyleSchemeChooserExt

pub trait StyleSchemeChooserExt: 'static {
    fn get_style_scheme(&self) -> Option<StyleScheme>;
fn set_style_scheme<P: IsA<StyleScheme>>(&self, scheme: &P);
fn connect_property_style_scheme_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_style_scheme(&self) -> Option<StyleScheme>

fn set_style_scheme<P: IsA<StyleScheme>>(&self, scheme: &P)

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

Loading content...

Implementors

impl<O: IsA<StyleSchemeChooser>> StyleSchemeChooserExt for O[src]

Loading content...