[][src]Struct libappindicator::AppIndicator

pub struct AppIndicator { /* fields omitted */ }

Implementations

impl AppIndicator[src]

pub fn new(title: &str, icon: &str) -> AppIndicator[src]

pub fn with_path(title: &str, icon: &str, theme_path: &str) -> AppIndicator[src]

pub fn set_status(&mut self, status: AppIndicatorStatus)[src]

pub fn set_menu(&mut self, menu: &mut Menu)[src]

pub fn set_label(&mut self, label: &str, guide: &str)[src]

pub fn set_title(&mut self, title: &str)[src]

pub fn set_icon(&mut self, name: &str)[src]

pub fn set_icon_theme_path(&mut self, path: &str)[src]

pub fn set_icon_full(&mut self, name: &str, desc: &str)[src]

pub fn set_attention_icon(&mut self, name: &str)[src]

pub fn set_attention_icon_full(&mut self, name: &str, desc: &str)[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.