Trait ux::prelude::EmblemedIconExt[]

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

Required methods

pub fn add_emblem(&self, emblem: &Emblem)

pub fn clear_emblems(&self)

pub fn get_emblems(&self) -> Vec<Emblem, Global>

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

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

Loading content...

Implementors

impl<O> EmblemedIconExt for O where
    O: IsA<EmblemedIcon>, 

Loading content...