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)
fn add_default(&self)
fn lookup(&self, stock_id: &str) -> Option<IconSet>
fn remove_default(&self)
Implementors
impl<O: IsA<IconFactory>> IconFactoryExt for O