Trait clutter::LayoutMetaExt[][src]

pub trait LayoutMetaExt: 'static {
    fn get_manager(&self) -> Option<LayoutManager>;
}

Trait containing all LayoutMeta methods.

Implementors

LayoutMeta

Required methods

fn get_manager(&self) -> Option<LayoutManager>[src]

Retrieves the actor wrapped by self

Returns

a LayoutManager

Loading content...

Implementors

Loading content...