[][src]Trait gtk::VolumeButtonExt

pub trait VolumeButtonExt: 'static {
    fn get_property_use_symbolic(&self) -> bool;
fn set_property_use_symbolic(&self, use_symbolic: bool);
fn connect_property_use_symbolic_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all VolumeButton methods.

Implementors

VolumeButton

Required methods

fn get_property_use_symbolic(&self) -> bool

Whether to use symbolic icons as the icons. Note that if the symbolic icons are not available in your installed theme, then the normal (potentially colorful) icons will be used.

fn set_property_use_symbolic(&self, use_symbolic: bool)

Whether to use symbolic icons as the icons. Note that if the symbolic icons are not available in your installed theme, then the normal (potentially colorful) icons will be used.

fn connect_property_use_symbolic_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<VolumeButton>> VolumeButtonExt for O[src]

Loading content...