[][src]Trait gio::EmblemExt

pub trait EmblemExt: 'static {
    fn get_icon(&self) -> Option<Icon>;
fn get_origin(&self) -> EmblemOrigin; }

Required methods

fn get_icon(&self) -> Option<Icon>

fn get_origin(&self) -> EmblemOrigin

Loading content...

Implementors

impl<O: IsA<Emblem>> EmblemExt for O[src]

Loading content...