Struct gtk::IconSource
[−]
pub struct IconSource(_);
Methods
impl IconSource[src]
fn new() -> IconSource[src]
fn get_direction(&self) -> TextDirection[src]
fn get_direction_wildcarded(&self) -> bool[src]
fn get_filename(&self) -> Option<PathBuf>[src]
fn get_icon_name(&self) -> Option<String>[src]
fn get_pixbuf(&self) -> Option<Pixbuf>[src]
fn get_size(&self) -> i32[src]
fn get_size_wildcarded(&self) -> bool[src]
fn get_state(&self) -> StateType[src]
fn get_state_wildcarded(&self) -> bool[src]
fn set_direction(&mut self, direction: TextDirection)[src]
fn set_direction_wildcarded(&mut self, setting: bool)[src]
fn set_filename<P: AsRef<Path>>(&mut self, filename: P)[src]
fn set_icon_name<'a, P: Into<Option<&'a str>>>(&mut self, icon_name: P)[src]
fn set_pixbuf(&mut self, pixbuf: &Pixbuf)[src]
fn set_size(&mut self, size: i32)[src]
fn set_size_wildcarded(&mut self, setting: bool)[src]
fn set_state(&mut self, state: StateType)[src]
fn set_state_wildcarded(&mut self, setting: bool)[src]
Trait Implementations
impl Clone for IconSource
fn clone(&self) -> IconSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for IconSource
impl StaticType for IconSource
fn static_type() -> Type
Returns the type identifier of Self.