Trait gtk4::prelude::LayoutChildExt

source ·
pub trait LayoutChildExt: IsA<LayoutChild> + Sealed + 'static {
    // Provided methods
    fn child_widget(&self) -> Widget { ... }
    fn layout_manager(&self) -> LayoutManager { ... }
}
Expand description

Provided Methods§

source

fn child_widget(&self) -> Widget

Retrieves the Widget associated to the given @self.

§Returns

a Widget

source

fn layout_manager(&self) -> LayoutManager

Retrieves the LayoutManager instance that created the given @self.

§Returns

a LayoutManager

Object Safety§

This trait is not object safe.

Implementors§