[][src]Trait gio::EmblemedIconExt

pub trait EmblemedIconExt: 'static {
    fn add_emblem(&self, emblem: &Emblem);
fn clear_emblems(&self);
fn get_emblems(&self) -> Vec<Emblem>;
fn get_icon(&self) -> Option<Icon>;
fn get_property_gicon(&self) -> Option<Icon>; }

Required methods

fn add_emblem(&self, emblem: &Emblem)

fn clear_emblems(&self)

fn get_emblems(&self) -> Vec<Emblem>

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

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

Loading content...

Implementors

impl<O: IsA<EmblemedIcon>> EmblemedIconExt for O[src]

Loading content...