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
Trait containing all LayoutChild
methods.
§Implementors
ConstraintLayoutChild
, FixedLayoutChild
, GridLayoutChild
, LayoutChild
, OverlayLayoutChild
Provided Methods§
sourcefn child_widget(&self) -> Widget
fn child_widget(&self) -> Widget
sourcefn layout_manager(&self) -> LayoutManager
fn layout_manager(&self) -> LayoutManager
Object Safety§
This trait is not object safe.