Trait clutter::ContentExt[][src]

pub trait ContentExt: 'static {
    fn get_preferred_size(&self) -> Option<(f32, f32)>;
fn invalidate(&self);
fn connect_attached<F: Fn(&Self, &Actor) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_detached<F: Fn(&Self, &Actor) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_preferred_size(&self) -> Option<(f32, f32)>[src]

fn invalidate(&self)[src]

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

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

Loading content...

Implementors

impl<O: IsA<Content>> ContentExt for O[src]

Loading content...