Trait gtk::IconFactoryExt [−][src]
pub trait IconFactoryExt {
fn add(&self, stock_id: &str, icon_set: &IconSet);
fn add_default(&self);
fn lookup(&self, stock_id: &str) -> Option<IconSet>;
fn remove_default(&self);
}Required Methods
fn add(&self, stock_id: &str, icon_set: &IconSet)
Deprecated
fn add_default(&self)
Deprecated
fn lookup(&self, stock_id: &str) -> Option<IconSet>
Deprecated
fn remove_default(&self)
Deprecated
Implementors
impl<O: IsA<IconFactory>> IconFactoryExt for O