Trait gtk4::subclass::frame::FrameImpl

source ·
pub trait FrameImpl: FrameImplExt + WidgetImpl {
    // Provided method
    fn compute_child_allocation(&self) -> Allocation { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn compute_child_allocation(&self) -> Allocation

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§