Trait clutter::BehaviourPathExt[][src]

pub trait BehaviourPathExt: 'static {
    fn get_property_path(&self) -> Option<Path>;
fn set_property_path<P: IsA<Path> + SetValueOptional>(
        &self,
        path: Option<&P>
    );
fn connect_property_path_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_property_path(&self) -> Option<Path>[src]

fn set_property_path<P: IsA<Path> + SetValueOptional>(&self, path: Option<&P>)[src]

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

Loading content...

Implementors

impl<O: IsA<BehaviourPath>> BehaviourPathExt for O[src]

Loading content...