[][src]Trait vgtk::ext::LabelExtHelpers

pub trait LabelExtHelpers: LabelExt {
    fn get_markup(&self) -> GString { ... }
}

Helper trait for Label.

Provided methods

fn get_markup(&self) -> GString

Loading content...

Implementors

impl<A> LabelExtHelpers for A where
    A: LabelExt
[src]

Loading content...