Trait gtk::prelude::VolumeButtonExt[][src]

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; }

Required methods

fn get_property_use_symbolic(&self) -> bool[src]

fn set_property_use_symbolic(&self, use_symbolic: bool)[src]

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

Loading content...

Implementors

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

Loading content...