[][src]Trait sourceview::StyleSchemeExt

pub trait StyleSchemeExt: 'static {
    fn get_authors(&self) -> Vec<GString>;
fn get_description(&self) -> Option<GString>;
fn get_filename(&self) -> Option<GString>;
fn get_id(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_style(&self, style_id: &str) -> Option<Style>;
fn connect_property_description_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_filename_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_authors(&self) -> Vec<GString>

fn get_description(&self) -> Option<GString>

fn get_filename(&self) -> Option<GString>

fn get_id(&self) -> Option<GString>

fn get_name(&self) -> Option<GString>

fn get_style(&self, style_id: &str) -> Option<Style>

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

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

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

Loading content...

Implementors

impl<O: IsA<StyleScheme>> StyleSchemeExt for O[src]

Loading content...