Trait gtk4::prelude::LayoutChildExt[][src]

pub trait LayoutChildExt: 'static {
    fn child_widget(&self) -> Option<Widget>;
fn layout_manager(&self) -> Option<LayoutManager>; }
Expand description

Required methods

Retrieves the Widget associated to the given self.

Returns

a Widget

Retrieves the LayoutManager instance that created the given self.

Returns

a LayoutManager

Implementors